diff options
Diffstat (limited to 'common/ftello.c')
-rw-r--r-- | common/ftello.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/ftello.c b/common/ftello.c index e3141900d..6837be959 100644 --- a/common/ftello.c +++ b/common/ftello.c @@ -22,6 +22,7 @@ #include <config.h> #endif #include <stdio.h> +#include <sys/types.h> /* Defines off_t under W32. */ off_t ftello (FILE *stream) |