From 4f88f610173160769913b62117bd94cef1e695b9 Mon Sep 17 00:00:00 2001 From: brarcher Date: Sun, 6 Oct 2013 21:17:39 +0000 Subject: [PATCH] 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 --- lib/libcompat.h | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.40.0