Merge from gnu/dist:
Need <string.h> for strcpy() and strlen() prototypes.
This commit is contained in:
parent
718eabbba3
commit
04a11cccb0
1
gnu/dist/toolchain/libobjc/objc/runtime.h
vendored
1
gnu/dist/toolchain/libobjc/objc/runtime.h
vendored
@ -29,6 +29,7 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
||||
#include <stdarg.h> /* for varargs and va_list's */
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
|
||||
#include <stddef.h> /* so noone else will get system versions */
|
||||
|
Loading…
Reference in New Issue
Block a user