vargs needs include.

This commit is contained in:
Costa Vitor 2009-05-22 14:44:32 -05:00
parent 23301fb19a
commit 75e08846fe

View File

@ -26,6 +26,13 @@ static char SccsId[] = "%W% %G%";
#include "Yatom.h" #include "Yatom.h"
#include "Heap.h" #include "Heap.h"
#include "eval.h" #include "eval.h"
#if HAVE_STDARG_H
#include <stdarg.h>
#endif
#include <stdlib.h>
#if HAVE_UNISTD_H
#include <unistd.h>
#endif
yap_error_number Yap_matherror = YAP_NO_ERROR; yap_error_number Yap_matherror = YAP_NO_ERROR;