aboutsummaryrefslogtreecommitdiff
path: root/src/util/support/getopt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/support/getopt.c')
-rw-r--r--src/util/support/getopt.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/support/getopt.c b/src/util/support/getopt.c
index 44cda68..ae8cb10 100644
--- a/src/util/support/getopt.c
+++ b/src/util/support/getopt.c
@@ -39,6 +39,8 @@
static char sccsid[] = "@(#)getopt.c 8.3 (Berkeley) 4/27/95";
#endif
+#define K5_GETOPT_C
+
#include <assert.h>
#include <errno.h>
#include <stdio.h>