summaryrefslogtreecommitdiff
path: root/soltools/cpp/_getopt.c
diff options
context:
space:
mode:
Diffstat (limited to 'soltools/cpp/_getopt.c')
-rw-r--r--soltools/cpp/_getopt.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/soltools/cpp/_getopt.c b/soltools/cpp/_getopt.c
index cbbfc822ebf0..82506faee22c 100644
--- a/soltools/cpp/_getopt.c
+++ b/soltools/cpp/_getopt.c
@@ -20,6 +20,8 @@
#include <stdio.h>
#include <string.h>
+#include <_getopt.h>
+
#define EPR fprintf(stderr,
#define ERR(str, chr) if(opterr) { EPR "%s%c\n", str, chr); }