aboutsummaryrefslogtreecommitdiffstats
path: root/common/ftello.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2004-12-02 07:48:09 +0000
committerWerner Koch <[email protected]>2004-12-02 07:48:09 +0000
commit4a73d94757f61e4aa2d1841535409622c2c473e3 (patch)
tree3848fcc2f05e79f26e776f6e4dfa133aeff8d04e /common/ftello.c
parent2004-11-30 Timo Schulz <[email protected]> (diff)
downloadgnupg-4a73d94757f61e4aa2d1841535409622c2c473e3.tar.gz
gnupg-4a73d94757f61e4aa2d1841535409622c2c473e3.zip
First take on a W32 port
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)