summaryrefslogtreecommitdiff
path: root/support/gnomesupport-fake.h
diff options
context:
space:
mode:
Diffstat (limited to 'support/gnomesupport-fake.h')
-rw-r--r--support/gnomesupport-fake.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/support/gnomesupport-fake.h b/support/gnomesupport-fake.h
index 84db4ef7..9b9eae14 100644
--- a/support/gnomesupport-fake.h
+++ b/support/gnomesupport-fake.h
@@ -5,6 +5,9 @@
# include <config.h>
#endif
+/* This is required to get `size_t' on some systems. */
+#include <sys/types.h>
+
#ifdef NEED_GNOMESUPPORT_H
#include <gnomesupport.h>
#endif