summaryrefslogtreecommitdiff
path: root/modules/fseeko
diff options
context:
space:
mode:
Diffstat (limited to 'modules/fseeko')
-rw-r--r--modules/fseeko2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/fseeko b/modules/fseeko
index 75b129ca5c..cd106aa5e3 100644
--- a/modules/fseeko
+++ b/modules/fseeko
@@ -11,6 +11,7 @@ extensions
largefile
lseek
stdio
+sys_types
# Just to guarantee consistency between fseek() and fseeko().
fseek
@@ -21,6 +22,7 @@ configure.ac:
gl_FUNC_FSEEKO
if test $HAVE_FSEEKO = 0 || test $REPLACE_FSEEKO = 1; then
AC_LIBOBJ([fseeko])
+ gl_PREREQ_FSEEKO
fi
gl_STDIO_MODULE_INDICATOR([fseeko])