diff options
Diffstat (limited to 'common/fseeko.c')
-rw-r--r-- | common/fseeko.c | 1 |
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) |