From 363bf73276e2d60ddbe76ededc24d6d9b467bac8 Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Sun, 17 Jun 2012 11:19:51 +0200 Subject: [PATCH] tests: portability issues. * tests/calc.at (AT_CALC_MAIN): Missing include reported by Hydra. --- tests/calc.at | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/calc.at b/tests/calc.at index e54a3670..77f70cd3 100644 --- a/tests/calc.at +++ b/tests/calc.at @@ -45,7 +45,8 @@ m4_define([_AT_DATA_CALC_Y], [m4_fatal([$0: Invalid arguments: $@])])dnl m4_pushdef([AT_CALC_MAIN], -[#if HAVE_UNISTD_H +[#include /* abort */ +#if HAVE_UNISTD_H # include #else # undef alarm @@ -280,7 +281,6 @@ extern int global_count;]AT_SKEL_CC_IF([[ %code { #include -#include #include #define USE(Var) -- 2.47.2