Added <string.h> since strcpy() and strcmp() are prototyped there.
authorJoey Schulze <joey@infodrom.org>
Sun, 18 Nov 2001 20:12:42 +0000 (20:12 +0000)
committerJoey Schulze <joey@infodrom.org>
Sun, 18 Nov 2001 20:12:42 +0000 (20:12 +0000)
main.c

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