summaryrefslogtreecommitdiff
path: root/src/gns/w32nsp-uninstall.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gns/w32nsp-uninstall.c')
-rw-r--r--src/gns/w32nsp-uninstall.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gns/w32nsp-uninstall.c b/src/gns/w32nsp-uninstall.c
index 6b123cc38..d76663926 100644
--- a/src/gns/w32nsp-uninstall.c
+++ b/src/gns/w32nsp-uninstall.c
@@ -1,9 +1,9 @@
1#define INITGUID
2#include <ws2spi.h> 1#include <ws2spi.h>
3#include <windows.h> 2#include <windows.h>
4#include <nspapi.h> 3#include <nspapi.h>
5#include "gnunet_w32nsp_lib.h" 4#include "gnunet_w32nsp_lib.h"
6#include <stdio.h> 5#include <stdio.h>
6#include <initguid.h>
7 7
8int 8int
9main (int argc, char **argv) 9main (int argc, char **argv)