aboutsummaryrefslogtreecommitdiffstats
path: root/common/fseeko.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/fseeko.c')
-rw-r--r--common/fseeko.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/fseeko.c b/common/fseeko.c
index f151b09ec..06838e4c4 100644
--- a/common/fseeko.c
+++ b/common/fseeko.c
@@ -22,6 +22,7 @@
#include <config.h>
#endif
#include <stdio.h>
+#include <sys/types.h> /* Defines off_t under W32. */
int
fseeko (FILE *stream, off_t off, int whence)