From: texane Date: Sun, 1 Sep 2013 03:09:05 +0000 (-0500) Subject: [ fix ] missing exit prototype, include stdlib.h X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=0a6c0903c65439cfeb0aabee31521662d1e61a0e;p=fw%2Fstlink [ fix ] missing exit prototype, include stdlib.h --- 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