summaryrefslogtreecommitdiffstats
path: root/stream/network.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/network.c')
-rw-r--r--stream/network.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/network.c b/stream/network.c
index 5cfe4a461e..19a87ea2a9 100644
--- a/stream/network.c
+++ b/stream/network.c
@@ -19,7 +19,7 @@
#include "mp_msg.h"
#include "help_mp.h"
-#ifdef HAVE_WINSOCK2_H
+#if HAVE_WINSOCK2_H
#include <winsock2.h>
#include <ws2tcpip.h>
#endif