about summary refs log tree commit diff
path: root/src/nm-daemon-helper
diff options
context:
space:
mode:
authorJeremy Bicha <jeremy.bicha@canonical.com>2022-08-18 08:31:29 -0400
committerJeremy Bicha <jeremy.bicha@canonical.com>2022-08-18 08:31:29 -0400
commitb0887dd4d035acc0d84aa859748d36891548eaaf (patch)
treec4dc0dae50954f3c8fb600aa9e7cfaabeb80deb0 /src/nm-daemon-helper
parent1a62dcfdc0470be37743914da69fe0b0677c6bfb (diff)
parent4741f1a52215c7ba466140912084d6906185bef3 (diff)
Merge branch 'debian/master' into ubuntu/master
Diffstat (limited to 'src/nm-daemon-helper')
-rw-r--r--src/nm-daemon-helper/nm-daemon-helper.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nm-daemon-helper/nm-daemon-helper.c b/src/nm-daemon-helper/nm-daemon-helper.c
index 21a71e3c..a101bf9b 100644
--- a/src/nm-daemon-helper/nm-daemon-helper.c
+++ b/src/nm-daemon-helper/nm-daemon-helper.c
@@ -2,6 +2,8 @@
 
 /* Copyright (C) 2021 Red Hat, Inc. */
 
+#include "libnm-std-aux/nm-default-std.h"
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <arpa/inet.h>
@@ -10,8 +12,6 @@
 #include <nss.h>
 #endif
 
-#include "libnm-std-aux/nm-std-aux.h"
-
 enum {
     RETURN_SUCCESS      = 0,
     RETURN_INVALID_CMD  = 1,