include ieeefp.h in yap.c

This commit is contained in:
Vítor Santos Costa 2012-03-27 14:20:34 +01:00
parent a223c33e0b
commit 3cb9ca11ca
1 changed files with 3 additions and 0 deletions

View File

@ -75,6 +75,9 @@
#if HAVE_STRING_H
#include <string.h>
#endif
#if HAVE_IEEEFP_H
#include <ieeefp.h>
#endif
static void PROTO(do_top_goal,(YAP_Term));
static void PROTO(exec_top_level,(int, YAP_init_args *));