@@ -9,6 +9,10 @@
#include "config.h"
+#ifdef WIN32
+#include <winsock2.h>
+#endif
+
#include <stddef.h>
#include <stdint.h>
#include <stdlib.h>