[win32] - make it compile on win32
[deb_libnfs.git] / lib / init.c
index 7ef329298afb136f337d4a1d5cea2adbc4aadda5..45aa78da9f295acb92c5da2d333a53744801b170 100644 (file)
    along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 
-#define _GNU_SOURCE
-
-#if defined(WIN32)
-#include <winsock2.h>
+#ifdef WIN32
+#include "win32_compat.h"
 #else
 #include <unistd.h>
 #include <strings.h>
-#endif
+#endif/*WIN32*/
+#define _GNU_SOURCE
 
 #include <stdio.h>
 #include <stdarg.h>