Add size_t declaration

This commit is contained in:
ache 2006-05-22 05:57:39 +00:00
parent 76b59e961a
commit ff642a553e

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 {