summaryrefslogtreecommitdiff
blob: 478977a8825613c17210d28066de7b233d0e3611 (plain)
1
2
3
4
5
6
7
8
9
10
--- a/kcc.c
+++ b/kcc.c
@@ -27,6 +27,7 @@
 #endif
 
 #include <stdio.h>
+#include <stdlib.h>
 #include <string.h>
 #include <sys/types.h>
 #include <sys/stat.h>