aboutsummaryrefslogtreecommitdiff
path: root/include/compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/compat.h')
-rw-r--r--include/compat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/compat.h b/include/compat.h
index cb5ff23..f1307ad 100644
--- a/include/compat.h
+++ b/include/compat.h
@@ -208,6 +208,7 @@ int getopt(int argc, char *const argv[], const char *optstr);
struct option {
const char *name;
int has_arg;
+ void *dummy;
int val;
};