Merge change 10749
* changes: Make sure size_t is defined before used in strings.h
This commit is contained in:
commit
8f53951b05
|
@ -39,6 +39,7 @@
|
|||
#ifndef _STRINGS_H_
|
||||
#define _STRINGS_H_
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/cdefs.h>
|
||||
|
||||
__BEGIN_DECLS
|
||||
|
|
Loading…
Reference in New Issue