summaryrefslogtreecommitdiffstats
path: root/include/glob.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/glob.h')
-rw-r--r--include/glob.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/glob.h b/include/glob.h
index dad7d0c..1c0605e 100644
--- a/include/glob.h
+++ b/include/glob.h
@@ -41,6 +41,12 @@
#define _GLOB_H_
#include <sys/cdefs.h>
+#include <sys/_types.h>
+
+#ifndef _SIZE_T_DECLARED
+typedef __size_t size_t;
+#define _SIZE_T_DECLARED
+#endif
struct stat;
typedef struct {
OpenPOWER on IntegriCloud