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 *));