summaryrefslogtreecommitdiffstats
path: root/contrib/global/gctags/C.c
diff options
context:
space:
mode:
authorcwt <cwt@FreeBSD.org>1997-12-15 23:23:35 +0000
committercwt <cwt@FreeBSD.org>1997-12-15 23:23:35 +0000
commit7cb55de6f5fe34cf96591b368ea2596664c34a99 (patch)
tree6c996d5a5ed8fb0c736ab166bbf0422f729a3acc /contrib/global/gctags/C.c
parent4fda3be4508d5e4d5cebf2deac98f970dba97f16 (diff)
downloadFreeBSD-src-7cb55de6f5fe34cf96591b368ea2596664c34a99.zip
FreeBSD-src-7cb55de6f5fe34cf96591b368ea2596664c34a99.tar.gz
Resolve -Wall issues and be stylistic about #include directives.
Diffstat (limited to 'contrib/global/gctags/C.c')
-rw-r--r--contrib/global/gctags/C.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/global/gctags/C.c b/contrib/global/gctags/C.c
index df8fd2f..c2d59f1 100644
--- a/contrib/global/gctags/C.c
+++ b/contrib/global/gctags/C.c
@@ -35,12 +35,14 @@
static char sccsid[] = "@(#)C.c 8.4 (Berkeley) 4/2/94";
#endif /* LIBC_SCCS and not lint */
+#include <ctype.h>
#include <limits.h>
#include <stdio.h>
-#include <string.h>
#include <stdlib.h>
+#include <string.h>
#include "ctags.h"
+#include "lookup.h"
static int func_entry __P((void));
static void hash_entry __P((void));
OpenPOWER on IntegriCloud