diff options
Diffstat (limited to 'src/nm-daemon-helper/nm-daemon-helper.c')
| -rw-r--r-- | src/nm-daemon-helper/nm-daemon-helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nm-daemon-helper/nm-daemon-helper.c b/src/nm-daemon-helper/nm-daemon-helper.c index e91e7184..21a71e3c 100644 --- a/src/nm-daemon-helper/nm-daemon-helper.c +++ b/src/nm-daemon-helper/nm-daemon-helper.c @@ -7,7 +7,7 @@ #include <arpa/inet.h> #include <netdb.h> #if defined(__GLIBC__) - #include <nss.h> +#include <nss.h> #endif #include "libnm-std-aux/nm-std-aux.h" |