Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'extern/libredcode/format.c')
-rw-r--r--extern/libredcode/format.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/extern/libredcode/format.c b/extern/libredcode/format.c
index 35410e9e269..4677c49b8a5 100644
--- a/extern/libredcode/format.c
+++ b/extern/libredcode/format.c
@@ -1,4 +1,9 @@
+#ifdef _WIN32
+#include <Winsock2.h>
+#else
#include <netinet/in.h>
+#endif
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>