summaryrefslogtreecommitdiff
path: root/src/osdef1.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/osdef1.h.in')
-rw-r--r--src/osdef1.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osdef1.h.in b/src/osdef1.h.in
index bdc624793..8190c9b1e 100644
--- a/src/osdef1.h.in
+++ b/src/osdef1.h.in
@@ -25,7 +25,7 @@ extern int fseek __ARGS((FILE *, long, int));
extern int fseeko __ARGS((FILE *, off_t, int));
#endif
extern long ftell __ARGS((FILE *));
-#ifdef HAVE_FTELLO
+#ifdef HAVE_FSEEKO
extern off_t ftello __ARGS((FILE *));
#endif
extern void rewind __ARGS((FILE *));