mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-24 16:30:53 +08:00
* objc/hash.h: Include string.h.
From-SVN: r35019
This commit is contained in:
parent
44fadf1e3a
commit
8dd8d754d2
@ -1,3 +1,7 @@
|
||||
2000-07-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
|
||||
|
||||
* objc/hash.h: Include string.h.
|
||||
|
||||
2000-04-15 David Edelsohn <edelsohn@gnu.org>
|
||||
|
||||
* Object.m (strlen): 64-bit PowerPC is a 64bit platform as well.
|
||||
|
@ -29,6 +29,7 @@ Boston, MA 02111-1307, USA. */
|
||||
#define __hash_INCLUDE_GNU
|
||||
|
||||
#include <stddef.h>
|
||||
#include <string.h>
|
||||
#include <objc/objc.h>
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user