Damn, exit() is imported from stdlib.h
authorJoey Schulze <joey@infodrom.org>
Sun, 18 Nov 2001 20:19:31 +0000 (20:19 +0000)
committerJoey Schulze <joey@infodrom.org>
Sun, 18 Nov 2001 20:19:31 +0000 (20:19 +0000)
main.c

diff --git a/main.c b/main.c
index 527cc35..af2e385 100644 (file)
--- a/main.c
+++ b/main.c
@@ -25,6 +25,7 @@ static char version[] = "0.5";
 #include <sys/stat.h>
 #include <unistd.h>
 #include <string.h>
+#include <stdlib.h>
 #include "dtaus.h"
 
 void help ()