From 12fb20e55bed664436d016cc28c4859c6b04e5b6 Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Wed, 26 Mar 2003 00:02:03 +0000 Subject: * win32-socket.h: #include "libguile/__scm.h". Replace usage of HAVE_WINSOCK2_H with SCM_HAVE_WINSOCK2_H. --- libguile/win32-socket.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libguile/win32-socket.h') 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 #endif -- cgit v1.2.3