2002-01-28 Stefan Jahn <stefan@lkcc.org>
[bpt/guile.git] / libguile / socket.c
index 7dc729c..10c0642 100644 (file)
@@ -58,6 +58,9 @@
 #include "win32-socket.h"
 #endif
 
+#ifdef HAVE_STDINT_H
+#include <stdint.h>
+#endif
 #ifdef HAVE_STRING_H
 #include <string.h>
 #endif