* objc/hash.h: Include string.h.

From-SVN: r35019
This commit is contained in:
Kaveh R. Ghazi 2000-07-13 18:56:49 +00:00 committed by Kaveh Ghazi
parent 44fadf1e3a
commit 8dd8d754d2
2 changed files with 5 additions and 0 deletions

View File

@ -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.

View File

@ -29,6 +29,7 @@ Boston, MA 02111-1307, USA. */
#define __hash_INCLUDE_GNU
#include <stddef.h>
#include <string.h>
#include <objc/objc.h>
/*