diff options
author | Thomas Haller <thaller@redhat.com> | 2018-10-12 17:07:25 +0200 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2018-10-17 18:13:52 +0200 |
commit | b49b3f529203c11fd2b9822f7abdbced88d0ce5f (patch) | |
tree | 0eb5536993067ba1509ffcfb2fb278224df45b41 /shared/nm-default.h | |
parent | 0c6185e930b4af160636b444840db4d3baecdc1f (diff) | |
download | NetworkManager-th/move-to-shared.tar.gz |
logging: make nm-logging.c independent of other core componentsth/move-to-shared
"nm-logging.c" now no longer depends on anything particularly special
from NM core.
Diffstat (limited to 'shared/nm-default.h')
-rw-r--r-- | shared/nm-default.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/nm-default.h b/shared/nm-default.h index 207acd202f..35c6009ff9 100644 --- a/shared/nm-default.h +++ b/shared/nm-default.h @@ -303,6 +303,7 @@ _nm_g_return_if_fail_warning (const char *log_domain, /*****************************************************************************/ #if (NETWORKMANAGER_COMPILATION) & NM_NETWORKMANAGER_COMPILATION_WITH_DAEMON +#include "nm-core-types.h" #include "nm-types.h" #include "nm-logging.h" #endif |