gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r26960 - gnunet/src/gns


From: gnunet
Subject: [GNUnet-SVN] r26960 - gnunet/src/gns
Date: Sun, 21 Apr 2013 19:53:53 +0200

Author: LRN
Date: 2013-04-21 19:53:53 +0200 (Sun, 21 Apr 2013)
New Revision: 26960

Modified:
   gnunet/src/gns/w32nsp-resolve.c
Log:
Fix a warning - include ws2 before windows.h

Modified: gnunet/src/gns/w32nsp-resolve.c
===================================================================
--- gnunet/src/gns/w32nsp-resolve.c     2013-04-21 17:53:47 UTC (rev 26959)
+++ gnunet/src/gns/w32nsp-resolve.c     2013-04-21 17:53:53 UTC (rev 26960)
@@ -23,11 +23,11 @@
  * @author LRN
  */
 #define INITGUID
+#include <ws2tcpip.h>
 #include <windows.h>
 #include <nspapi.h>
 #include <ws2spi.h>
 #include <nspapi.h>
-#include <ws2tcpip.h>
 #include "gnunet_w32nsp_lib.h"
 #include <stdio.h>
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]