diff options
author | Werner Koch <wk@gnupg.org> | 2004-12-02 08:48:09 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2004-12-02 08:48:09 +0100 |
commit | 4a73d94757f61e4aa2d1841535409622c2c473e3 (patch) | |
tree | 3848fcc2f05e79f26e776f6e4dfa133aeff8d04e /common/ftello.c | |
parent | 2004-11-30 Timo Schulz <ts@g10code.com> (diff) | |
download | gnupg2-4a73d94757f61e4aa2d1841535409622c2c473e3.tar.xz gnupg2-4a73d94757f61e4aa2d1841535409622c2c473e3.zip |
First take on a W32 port
Diffstat (limited to '')
-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) |