summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
Diffstat (limited to 'stream')
-rw-r--r--stream/network.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/stream/network.h b/stream/network.h
index 36b470dfe4..5c41ddc70c 100644
--- a/stream/network.h
+++ b/stream/network.h
@@ -22,10 +22,10 @@
#include "url.h"
#include "http.h"
-#ifndef HAVE_CLOSESOCKET
+#if !HAVE_CLOSESOCKET
#define closesocket close
#endif
-#ifndef HAVE_SOCKLEN_T
+#if !HAVE_SOCKLEN_T
typedef int socklen_t;
#endif