diff --git a/shared/meson.build b/shared/meson.build index 6548746a95..5f96d49dc6 100644 --- a/shared/meson.build +++ b/shared/meson.build @@ -142,7 +142,7 @@ sources = files( 'nm-glib-aux/nm-ref-string.c', 'nm-glib-aux/nm-secret-utils.c', 'nm-glib-aux/nm-shared-utils.c', - 'nm-glib-aux/nm-time-utils.c' + 'nm-glib-aux/nm-time-utils.c', ) c_flags = [ diff --git a/shared/nm-glib-aux/nm-logging-fwd.h b/shared/nm-glib-aux/nm-logging-fwd.h index ba7729a148..a5783a6ff1 100644 --- a/shared/nm-glib-aux/nm-logging-fwd.h +++ b/shared/nm-glib-aux/nm-logging-fwd.h @@ -4,8 +4,8 @@ * Copyright (C) 2006 - 2008 Novell, Inc. */ -#ifndef __NM_LOGGING_DEFINES_H__ -#define __NM_LOGGING_DEFINES_H__ +#ifndef __NM_LOGGING_FWD_H__ +#define __NM_LOGGING_FWD_H__ /* Log domains */ @@ -245,4 +245,4 @@ extern void _nm_utils_monotonic_timestamp_initialized (const struct timespec *tp /*****************************************************************************/ -#endif /* __NM_LOGGING_DEFINES_H__ */ +#endif /* __NM_LOGGING_FWD_H__ */