From 0a6c0903c65439cfeb0aabee31521662d1e61a0e Mon Sep 17 00:00:00 2001 From: texane Date: Sat, 31 Aug 2013 22:09:05 -0500 Subject: [PATCH] [ fix ] missing exit prototype, include stdlib.h --- src/st-term.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/st-term.c b/src/st-term.c index 9be3263..346cca5 100644 --- a/src/st-term.c +++ b/src/st-term.c @@ -1,4 +1,5 @@ #include +#include /* According to POSIX.1-2001 */ #include #include -- 2.47.2