des-warning-cleanup-20011005
authorNathan Neulinger <nneul@umr.edu>
Fri, 5 Oct 2001 22:19:20 +0000 (22:19 +0000)
committerDerrick Brashear <shadow@dementia.org>
Fri, 5 Oct 2001 22:19:20 +0000 (22:19 +0000)
cleanup warnings from des (add headers)

src/des/main.c
src/des/make_ip.c

index b0b7c4e..79fa2b4 100644 (file)
@@ -17,6 +17,16 @@ RCSID("$Header$");
 
 #include <mit-cpyright.h>
 #include <stdio.h>
+#include <stdlib.h>
+
+#ifdef HAVE_STRING_H
+#include <string.h>
+#else
+#ifdef HAVE_STRINGS_H
+#include <strings.h>
+#endif
+#endif
+
 #include "des_internal.h"
 
 extern void gen PROTOTYPE((FILE * stream));
index e84d8ac..5c9afd6 100644 (file)
@@ -15,6 +15,7 @@ RCSID("$Header$");
 
 #include <mit-cpyright.h>
 #include <stdio.h>
+#include <stdlib.h>
 #include "des_internal.h"
 
 #define WANT_IP_TABLE