diff options
| author | Michael Biebl <biebl@debian.org> | 2016-01-20 16:26:51 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2016-01-20 16:26:51 +0100 |
| commit | 494f296a3baab08522617b24b1f126d8f9a17502 (patch) | |
| tree | c8ef32fb0dd1c4ff35a0b38e787abb58692de0cd /libnm-util/crypto_nss.c | |
| parent | 54f6333410ffd570e62717d9e77c5c987175e397 (diff) | |
Imported Upstream version 1.1.90 upstream/1.1.90
Diffstat (limited to 'libnm-util/crypto_nss.c')
| -rw-r--r-- | libnm-util/crypto_nss.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libnm-util/crypto_nss.c b/libnm-util/crypto_nss.c index edd19b54..b71806dd 100644 --- a/libnm-util/crypto_nss.c +++ b/libnm-util/crypto_nss.c @@ -23,9 +23,6 @@ #include "config.h" -#include <glib.h> -#include <glib/gi18n-lib.h> - #include <prinit.h> #include <nss.h> #include <pk11pub.h> @@ -36,6 +33,7 @@ #include <ciferfam.h> #include <p12plcy.h> +#include "nm-default.h" #include "crypto.h" static gboolean initialized = FALSE; |