summaryrefslogtreecommitdiffstats
path: root/usr.bin/global/gctags/ctags.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/global/gctags/ctags.c')
-rw-r--r--usr.bin/global/gctags/ctags.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/global/gctags/ctags.c b/usr.bin/global/gctags/ctags.c
index e0f0428..f73a6bd 100644
--- a/usr.bin/global/gctags/ctags.c
+++ b/usr.bin/global/gctags/ctags.c
@@ -100,6 +100,8 @@ main(argc, argv)
int step; /* step through args */
int ch; /* getopts char */
char cmd[100]; /* too ugly to explain */
+ extern char *optarg;
+ extern int optind;
#ifndef lint
copyright[0] = copyright[0]; /* to satisfy compiler */
OpenPOWER on IntegriCloud