diff options
Diffstat (limited to 'lib/getopt.c')
-rw-r--r-- | lib/getopt.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/getopt.c b/lib/getopt.c index 426b29bf7..329e93951 100644 --- a/lib/getopt.c +++ b/lib/getopt.c @@ -34,6 +34,8 @@ # include <config.h> #endif +#include <zebra.h> + #if !defined __STDC__ || !__STDC__ /* This is a separate conditional since some stdc systems reject `defined (const)'. */ |