From: LRN Date: Fri, 27 Jul 2012 10:25:44 +0000 (+0000) Subject: Fix w32nsp headers X-Git-Tag: initial-import-from-subversion-38251~12310 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=fd6a2c706f26aa0d525f6eb1ca09bc1a0dc5e4d9;p=oweals%2Fgnunet.git Fix w32nsp headers --- diff --git a/src/gns/gnunet-gns-helper-service-w32.c b/src/gns/gnunet-gns-helper-service-w32.c index d291e9557..72956c854 100644 --- a/src/gns/gnunet-gns-helper-service-w32.c +++ b/src/gns/gnunet-gns-helper-service-w32.c @@ -29,7 +29,7 @@ #include #include #include -#include +#include "gnunet_w32nsp_lib.h" #include "w32resolver.h" #include #include diff --git a/src/gns/w32nsp-install.c b/src/gns/w32nsp-install.c index c9ba9944e..e5c168b6c 100644 --- a/src/gns/w32nsp-install.c +++ b/src/gns/w32nsp-install.c @@ -2,7 +2,7 @@ #include #include #include -#include +#include "gnunet_w32nsp_lib.h" #include int diff --git a/src/gns/w32nsp-resolve.c b/src/gns/w32nsp-resolve.c index f5ba22478..065d3952f 100644 --- a/src/gns/w32nsp-resolve.c +++ b/src/gns/w32nsp-resolve.c @@ -4,7 +4,7 @@ #include #include #include -#include +#include "gnunet_w32nsp_lib.h" #include typedef int (WSPAPI *LPNSPSTARTUP) (LPGUID lpProviderId, LPNSP_ROUTINE lpnspRoutines); diff --git a/src/gns/w32nsp-uninstall.c b/src/gns/w32nsp-uninstall.c index 5afc2b16c..bb8db668b 100644 --- a/src/gns/w32nsp-uninstall.c +++ b/src/gns/w32nsp-uninstall.c @@ -2,7 +2,7 @@ #include #include #include -#include +#include "gnunet_w32nsp_lib.h" #include int diff --git a/src/gns/w32nsp.c b/src/gns/w32nsp.c index b3604271e..857facbcc 100644 --- a/src/gns/w32nsp.c +++ b/src/gns/w32nsp.c @@ -45,8 +45,8 @@ #endif #endif #endif -#include -#include +#include "gnunet_w32nsp_lib.h" +#include "w32resolver.h" #define NSPAPI_VERSION_MAJOR 4 #define NSPAPI_VERSION_MINOR 4