Make sure size_t is defined before used in strings.h
Otherwise, including strings.h as the first file in a C file yields errors. This fixes issue 3332.
This commit is contained in:
parent
90ec5f2a3f
commit
70f1280ca9
@ -39,6 +39,7 @@
|
||||
#ifndef _STRINGS_H_
|
||||
#define _STRINGS_H_
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/cdefs.h>
|
||||
|
||||
__BEGIN_DECLS
|
||||
|
Loading…
x
Reference in New Issue
Block a user