Fix compiler warnings (missing #includes etc) thrown up by RedHat.
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Fri, 19 Nov 2004 11:45:20 +0000 (11:45 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Fri, 19 Nov 2004 11:45:20 +0000 (11:45 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/tweak@4824 cda61777-01e9-0310-a592-d414129be87e

keytab.c
tweak.h

index 2943966..9113cd7 100644 (file)
--- a/keytab.c
+++ b/keytab.c
@@ -1,5 +1,6 @@
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 #include <ctype.h>
 
 #include "tweak.h"
diff --git a/tweak.h b/tweak.h
index d349486..d25130c 100644 (file)
--- a/tweak.h
+++ b/tweak.h
@@ -105,4 +105,4 @@ extern int display_input_to_flush(void);
 extern void display_post_error(void);
 extern void display_recheck_size(void);
 
-#endif TWEAK_TWEAK_H
+#endif /* TWEAK_TWEAK_H */