diff options
| author | Michael Biebl <biebl@debian.org> | 2016-08-03 22:59:23 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2016-08-03 22:59:23 +0200 |
| commit | d6201f5d8daada3d64a0a3e0038e14eebec683ce (patch) | |
| tree | 035500728cc23e7ee5368c3fd605270265a077f7 /src/nm-auth-utils.c | |
| parent | 73e152af6e3fb4f5848bfb8394484026ff119003 (diff) | |
Imported Upstream version 1.2.4 upstream/1.2.4
Diffstat (limited to 'src/nm-auth-utils.c')
| -rw-r--r-- | src/nm-auth-utils.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/nm-auth-utils.c b/src/nm-auth-utils.c index 928e88b0..e1761cab 100644 --- a/src/nm-auth-utils.c +++ b/src/nm-auth-utils.c @@ -20,10 +20,11 @@ #include "nm-default.h" +#include "nm-auth-utils.h" + #include <string.h> #include "nm-setting-connection.h" -#include "nm-auth-utils.h" #include "nm-auth-subject.h" #include "nm-auth-manager.h" #include "nm-session-monitor.h" |