aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in4
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