summaryrefslogtreecommitdiff
path: root/unix/file.c
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2015-01-12 22:30:49 +0000
committerDamien George <damien.p.george@gmail.com>2015-01-12 22:30:49 +0000
commitcd3420740909b3b6a2140b613b591b7556b417a2 (patch)
tree767cea7dc4f378781da48d90fe0952c74979ac63 /unix/file.c
parent3dd1c0a88aadb2fef210375709a32b6fdf88d3a7 (diff)
py: Can compile with -Wmissing-declarations and -Wmissing-prototypes.
Diffstat (limited to 'unix/file.c')
-rw-r--r--unix/file.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/unix/file.c b/unix/file.c
index b62154baa..7f1b285a5 100644
--- a/unix/file.c
+++ b/unix/file.c
@@ -34,6 +34,7 @@
#include "py/nlr.h"
#include "py/runtime.h"
#include "py/stream.h"
+#include "py/builtin.h"
#ifdef _WIN32
#define fsync _commit