From 3cb9ca11caa9f2c443024b8dc390fb889f681ada Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Santos=20Costa?= Date: Tue, 27 Mar 2012 14:20:34 +0100 Subject: [PATCH] include ieeefp.h in yap.c --- console/yap.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/console/yap.c b/console/yap.c index dfa47a843..27dd0253e 100644 --- a/console/yap.c +++ b/console/yap.c @@ -75,6 +75,9 @@ #if HAVE_STRING_H #include #endif +#if HAVE_IEEEFP_H +#include +#endif static void PROTO(do_top_goal,(YAP_Term)); static void PROTO(exec_top_level,(int, YAP_init_args *));