diff options
Diffstat (limited to 'libguile/win32-socket.h')
-rw-r--r-- | libguile/win32-socket.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libguile/win32-socket.h b/libguile/win32-socket.h index adbe2c517..ad7d9a35e 100644 --- a/libguile/win32-socket.h +++ b/libguile/win32-socket.h @@ -44,8 +44,9 @@ * whether to permit this exception to apply to your modifications. * If you do not wish that, delete this exception notice. */ +#include "libguile/__scm.h" -#if HAVE_WINSOCK2_H +#ifdef SCM_HAVE_WINSOCK2_H # include <winsock2.h> #endif |