aboutsummaryrefslogtreecommitdiff
path: root/src/include/port/win.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/port/win.h')
-rw-r--r--src/include/port/win.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/port/win.h b/src/include/port/win.h
index ff02db1b5b1..b9d6308d77d 100644
--- a/src/include/port/win.h
+++ b/src/include/port/win.h
@@ -14,5 +14,5 @@ typedef unsigned char slock_t;
* Check for b20.1 and disable AF_UNIX family socket support.
*/
#if CYGWIN_VERSION_DLL_MAJOR < 1001
-# undef HAVE_UNIX_SOCKETS
+#undef HAVE_UNIX_SOCKETS
#endif