make_ext4fs: Remove off64_t in favor of standard off_t
[project/make_ext4fs.git] / uuid.c
diff --git a/uuid.c b/uuid.c
index 33d2494..7ded43a 100644 (file)
--- a/uuid.c
+++ b/uuid.c
 
 #include <string.h>
 
-#ifdef USE_MINGW
-#include <winsock2.h>
-#else
 #include <arpa/inet.h>
-#endif
 
 #include "ext4_utils.h"
 #include "sha1.h"