From 23301fb19aa39828dec975ea85d30507957b34a4 Mon Sep 17 00:00:00 2001 From: Vitor Santos Costa Date: Fri, 22 May 2009 14:01:22 -0500 Subject: [PATCH] avoid warning on malloc --- C/c_interface.c | 1 + 1 file changed, 1 insertion(+) diff --git a/C/c_interface.c b/C/c_interface.c index 12585bec9..ded1df2b6 100644 --- a/C/c_interface.c +++ b/C/c_interface.c @@ -330,6 +330,7 @@ #define YAP_Term Term #define C_INTERFACE +#include #include "Yap.h" #include "clause.h" #include "yapio.h"