summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2006-05-22 05:57:39 +0000
committerache <ache@FreeBSD.org>2006-05-22 05:57:39 +0000
commitff642a553ed2ef1202adde924f3cff57d8477324 (patch)
tree0fd402080e35593b60fef78b4d69441ff4ffc36b /include
parent76b59e961a9717b2ffe8e275044745783c753193 (diff)
downloadFreeBSD-src-ff642a553ed2ef1202adde924f3cff57d8477324.zip
FreeBSD-src-ff642a553ed2ef1202adde924f3cff57d8477324.tar.gz
Add size_t declaration
Diffstat (limited to 'include')
-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