From e33b33019b6b88cbcc2e84e1122581583a2dfccf Mon Sep 17 00:00:00 2001 From: vsc Date: Mon, 24 Feb 2003 14:11:54 +0000 Subject: [PATCH] windows support git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@789 b08c6af1-5177-4d33-ba66-4b1c6b8b522a --- C/c_interface.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/C/c_interface.c b/C/c_interface.c index 67e98db7e..3a180f5ec 100644 --- a/C/c_interface.c +++ b/C/c_interface.c @@ -21,6 +21,9 @@ #include "Yap.h" #include "clause.h" #include "yapio.h" +#if _MSC_VER || defined(__MINGW32__) +#include +#endif #include "iopreds.h" #define HAS_YAP_H 1 #include "yap_structs.h"