summaryrefslogtreecommitdiff
blob: befcfdc9defe79061dbdbbf7965af94e7eebe72e (plain)
1
2
3
4
5
6
7
8
9
10
--- a/util.c
+++ b/util.c
@@ -25,6 +25,7 @@
 #endif
 
 #include <sys/types.h>
+#include <stdlib.h> /* exit() */
 
 #include <stdio.h>
 #if __STDC__