]> granicus.if.org Git - check/commitdiff
Silence warning about missing exit() prototype
authorbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Sun, 6 Oct 2013 21:17:39 +0000 (21:17 +0000)
committerbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Sun, 6 Oct 2013 21:17:39 +0000 (21:17 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@836 64e312b2-a51f-0410-8e61-82d0ca0eb02a

lib/libcompat.h

index b6cf5b50853be58e4ed8f2cde9da3d6822b155b0..c09bf7bc1986a8811e5a6a7ee5485f44336ad3d4 100644 (file)
@@ -34,6 +34,9 @@
 /* defines FILE */
 #include <stdio.h>
 
+/* defines exit() */
+#include <stdlib.h>
+
 /* provides localtime and struct tm */
 #include <sys/time.h>
 #include <time.h>