From: simon Date: Fri, 19 Nov 2004 11:45:20 +0000 (+0000) Subject: Fix compiler warnings (missing #includes etc) thrown up by RedHat. X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/tweak/commitdiff_plain/d274205f93a14fbeece572b09e97dc8ec0a4105d 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 --- 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 */