From d274205f93a14fbeece572b09e97dc8ec0a4105d Mon Sep 17 00:00:00 2001 From: simon Date: Fri, 19 Nov 2004 11:45:20 +0000 Subject: [PATCH] Fix compiler warnings (missing #includes etc) thrown up by RedHat. git-svn-id: svn://svn.tartarus.org/sgt/tweak@4824 cda61777-01e9-0310-a592-d414129be87e --- keytab.c | 1 + tweak.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/keytab.c b/keytab.c index 2943966..9113cd7 100644 --- a/keytab.c +++ b/keytab.c @@ -1,5 +1,6 @@ #include #include +#include #include #include "tweak.h" diff --git a/tweak.h b/tweak.h index d349486..d25130c 100644 --- 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 */ -- 2.11.0