[ fix ] missing exit prototype, include stdlib.h
authortexane <texane@gmail.com>
Sun, 1 Sep 2013 03:09:05 +0000 (22:09 -0500)
committertexane <texane@gmail.com>
Sun, 1 Sep 2013 03:09:05 +0000 (22:09 -0500)
src/st-term.c

index 9be3263afde7d8d4b8771810d2c4825a7fa2f4a1..346cca58ffb398fd66f5f3bcc7e8d9c7760d1484 100644 (file)
@@ -1,4 +1,5 @@
 #include <stdio.h>
+#include <stdlib.h>
 /* According to POSIX.1-2001 */
 #include <sys/select.h>
 #include <string.h>