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>