diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2000-03-10 21:13:28 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2000-03-10 21:13:28 +0000 |
commit | 5ed2f523e58cf23ce48681384166506228d9f56f (patch) | |
tree | c075207f5938bd15e0de7e1fbe1120281a29b35f /newlib | |
parent | 2dc5e3a3649cdd3bdf1a09ada4b7fbe739016984 (diff) | |
download | newlib-5ed2f523e58cf23ce48681384166506228d9f56f.zip newlib-5ed2f523e58cf23ce48681384166506228d9f56f.tar.gz newlib-5ed2f523e58cf23ce48681384166506228d9f56f.tar.bz2 |
Fri Mar 10 16:09:20 2000 Jeff Johnston <jjohnstn@cygnus.com>
* libc/include/string.h: Include <sys/types.h>.
Diffstat (limited to 'newlib')
-rw-r--r-- | newlib/ChangeLog | 4 | ||||
-rw-r--r-- | newlib/libc/include/string.h | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index a8642ba..ee61e1b 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,7 @@ +Fri Mar 10 16:09:20 2000 Jeff Johnston <jjohnstn@cygnus.com> + + * libc/include/string.h: Include <sys/types.h>. + Fri Mar 10 14:53:50 2000 Alexandre Oliva <oliva@lsd.ic.unicamp.br> * libc/stdio/putw.c (putw): Return 0 on success, to be compliant diff --git a/newlib/libc/include/string.h b/newlib/libc/include/string.h index 0707aac..50f2307 100644 --- a/newlib/libc/include/string.h +++ b/newlib/libc/include/string.h @@ -13,6 +13,7 @@ extern "C" { #include "_ansi.h" #include <sys/reent.h> +#include <sys/types.h> #define __need_size_t #include <stddef.h> |