diff options
Diffstat (limited to 'libnm-util/crypto_nss.c')
-rw-r--r-- | libnm-util/crypto_nss.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libnm-util/crypto_nss.c b/libnm-util/crypto_nss.c index b71806dd2d..4e60d2e954 100644 --- a/libnm-util/crypto_nss.c +++ b/libnm-util/crypto_nss.c @@ -21,7 +21,7 @@ * Copyright 2007 - 2009 Red Hat, Inc. */ -#include "config.h" +#include "nm-default.h" #include <prinit.h> #include <nss.h> @@ -33,7 +33,6 @@ #include <ciferfam.h> #include <p12plcy.h> -#include "nm-default.h" #include "crypto.h" static gboolean initialized = FALSE; |