summaryrefslogtreecommitdiffstats
path: root/common/ftello.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/ftello.c')
-rw-r--r--common/ftello.c1
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)