diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2006-05-22 05:57:39 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2006-05-22 05:57:39 +0000 |
commit | d61b5f8ac73844178c67dffe9d75db5301f5d062 (patch) | |
tree | 0fd402080e35593b60fef78b4d69441ff4ffc36b /include | |
parent | fa9ad9461acfab5c3620793b2ea9e1534caf0cae (diff) |
Notes
Diffstat (limited to 'include')
-rw-r--r-- | include/glob.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/glob.h b/include/glob.h index dad7d0c6adb9c..1c0605e559981 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 { |