about summary refs log tree commit diff
path: root/lib/util/shhopt.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/util/shhopt.h')
-rw-r--r--lib/util/shhopt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/util/shhopt.h b/lib/util/shhopt.h
index 01ea53b4..9ba072cb 100644
--- a/lib/util/shhopt.h
+++ b/lib/util/shhopt.h
@@ -82,6 +82,7 @@ Now run this program with something like
   you need an OPTENTINIT call to establish the empty option table:
 
     optEntry * option_def;
+    unsigned int option_def_index;
     MALLOCARRAY(option_def, 1);
     OPTENTINIT;