avoid warning on malloc

This commit is contained in:
Vitor Santos Costa 2009-05-22 14:01:22 -05:00
parent 8f019b22de
commit 23301fb19a
1 changed files with 1 additions and 0 deletions

View File

@ -330,6 +330,7 @@
#define YAP_Term Term
#define C_INTERFACE
#include <stdlib.h>
#include "Yap.h"
#include "clause.h"
#include "yapio.h"