diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 91c1277ee..0ecb53059 100644 --- a/config.h.in +++ b/config.h.in @@ -426,6 +426,10 @@ #include "gchecksum.h" #endif +#if (GLIB_MAJOR_VERSION == 2) && (GLIB_MINOR_VERSION < 14) +typedef off_t goffset; +#endif + #ifndef BUILD_STATIC #include <gmodule.h> #endif |