summaryrefslogtreecommitdiff
path: root/src/gnu/getopt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gnu/getopt.c')
-rw-r--r--src/gnu/getopt.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gnu/getopt.c b/src/gnu/getopt.c
index efd82235..3dbebdd2 100644
--- a/src/gnu/getopt.c
+++ b/src/gnu/getopt.c
@@ -27,6 +27,10 @@
# define _NO_PROTO
#endif
+/* CCTK: Added by Tom Goodale on 15 Feb 2000 */
+#include "cctk_Config.h"
+/* CCTK: End of addition. */
+
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif