aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2006-05-22 05:57:39 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2006-05-22 05:57:39 +0000
commitd61b5f8ac73844178c67dffe9d75db5301f5d062 (patch)
tree0fd402080e35593b60fef78b4d69441ff4ffc36b
parentfa9ad9461acfab5c3620793b2ea9e1534caf0cae (diff)
downloadsrc-d61b5f8ac73844178c67dffe9d75db5301f5d062.tar.gz
src-d61b5f8ac73844178c67dffe9d75db5301f5d062.zip
Add size_t declaration
Notes
Notes: svn path=/head/; revision=158811
-rw-r--r--include/glob.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/glob.h b/include/glob.h
index dad7d0c6adb9..1c0605e55998 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 {