summaryrefslogtreecommitdiffstats
path: root/src/core/getopt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/getopt.c')
-rw-r--r--src/core/getopt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/getopt.c b/src/core/getopt.c
index 547aa6940..6de412bb8 100644
--- a/src/core/getopt.c
+++ b/src/core/getopt.c
@@ -18,7 +18,7 @@
#include <stdint.h>
#include <string.h>
-#include <vsprintf.h>
+#include <stdio.h>
#include <getopt.h>
/** @file