summaryrefslogtreecommitdiff
path: root/runtime/startup_byt.c
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/startup_byt.c')
-rw-r--r--runtime/startup_byt.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/startup_byt.c b/runtime/startup_byt.c
index 3998a33b0f..de7549748a 100644
--- a/runtime/startup_byt.c
+++ b/runtime/startup_byt.c
@@ -61,6 +61,8 @@
#include "caml/startup_aux.h"
#include "caml/version.h"
+#include "build_config.h"
+
#ifndef O_BINARY
#define O_BINARY 0
#endif