Add size_t declaration

This commit is contained in:
Andrey A. Chernov 2006-05-22 05:57:39 +00:00
parent fa9ad9461a
commit d61b5f8ac7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=158811

View file

@ -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 {