diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 2000-07-13 18:56:49 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2000-07-13 18:56:49 +0000 |
commit | 8dd8d754d21c2828e605ee4d9e2f39a2f7cdf0c5 (patch) | |
tree | 078a30ded729b53c12c9173d99cff5da1fbf2b96 | |
parent | 44fadf1e3a92c5fcade1c2c65d349e2e9b08f6e6 (diff) | |
download | gcc-8dd8d754d21c2828e605ee4d9e2f39a2f7cdf0c5.zip gcc-8dd8d754d21c2828e605ee4d9e2f39a2f7cdf0c5.tar.gz gcc-8dd8d754d21c2828e605ee4d9e2f39a2f7cdf0c5.tar.bz2 |
* objc/hash.h: Include string.h.
From-SVN: r35019
-rw-r--r-- | libobjc/ChangeLog | 4 | ||||
-rw-r--r-- | libobjc/objc/hash.h | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/libobjc/ChangeLog b/libobjc/ChangeLog index 1ba64d1..d3cb386 100644 --- a/libobjc/ChangeLog +++ b/libobjc/ChangeLog @@ -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. diff --git a/libobjc/objc/hash.h b/libobjc/objc/hash.h index bddb791c8..fc3cc9e 100644 --- a/libobjc/objc/hash.h +++ b/libobjc/objc/hash.h @@ -29,6 +29,7 @@ Boston, MA 02111-1307, USA. */ #define __hash_INCLUDE_GNU #include <stddef.h> +#include <string.h> #include <objc/objc.h> /* |