summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libguile/coop-defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/coop-defs.h b/libguile/coop-defs.h
index 13f826d3b..918713b51 100644
--- a/libguile/coop-defs.h
+++ b/libguile/coop-defs.h
@@ -49,7 +49,7 @@
#include "libguile/__scm.h"
#include "libguile/iselect.h"
-#ifdef SCM_HAVE_WINSOCK2_H
+#if SCM_HAVE_WINSOCK2_H
# include <winsock2.h>
#endif