vargs needs include.
This commit is contained in:
parent
23301fb19a
commit
75e08846fe
7
C/eval.c
7
C/eval.c
@ -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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user