diff options
Diffstat (limited to 'src/nm-logging.c')
-rw-r--r-- | src/nm-logging.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/nm-logging.c b/src/nm-logging.c index e8bb7025cc..328d164ba2 100644 --- a/src/nm-logging.c +++ b/src/nm-logging.c @@ -21,6 +21,8 @@ #include "nm-default.h" +#include "nm-logging.h" + #include <dlfcn.h> #include <syslog.h> #include <stdio.h> @@ -37,8 +39,8 @@ #include <systemd/sd-journal.h> #endif +#include "nm-utils/nm-time-utils.h" #include "nm-errors.h" -#include "nm-core-utils.h" /* often we have some static string where we need to know the maximum length. * _MAX_LEN() returns @max but adds a debugging assertion that @str is indeed |