summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libc/fcntl.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libc/fcntl.c')
-rw-r--r--c/src/lib/libc/fcntl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/c/src/lib/libc/fcntl.c b/c/src/lib/libc/fcntl.c
index cd31374030..6c2aa1da11 100644
--- a/c/src/lib/libc/fcntl.c
+++ b/c/src/lib/libc/fcntl.c
@@ -15,6 +15,7 @@
#include "config.h"
#endif
+#include <stdarg.h>
#include <unistd.h>
#include <fcntl.h>
#include <errno.h>