From 715804810f1b3298bd73e66a494958c33444c319 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Tue, 3 Apr 2018 22:03:48 -0400 Subject: [PATCH] exit() needs stdlib.h inb4 acrisci --- seat.c | 1 + 1 file changed, 1 insertion(+) diff --git a/seat.c b/seat.c index 6c46bb4..21db7c4 100644 --- a/seat.c +++ b/seat.c @@ -1,4 +1,5 @@ #include +#include #include #include #include