From: brarcher Date: Sun, 6 Oct 2013 21:17:39 +0000 (+0000) Subject: Silence warning about missing exit() prototype X-Git-Tag: 0.10.0~378 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4f88f610173160769913b62117bd94cef1e695b9;p=check Silence warning about missing exit() prototype git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@836 64e312b2-a51f-0410-8e61-82d0ca0eb02a --- diff --git a/lib/libcompat.h b/lib/libcompat.h index b6cf5b5..c09bf7b 100644 --- a/lib/libcompat.h +++ b/lib/libcompat.h @@ -34,6 +34,9 @@ /* defines FILE */ #include +/* defines exit() */ +#include + /* provides localtime and struct tm */ #include #include