diff options
| author | tv <tv@NetBSD.org> | 1998-08-18 13:58:17 +0000 |
|---|---|---|
| committer | tv <tv@NetBSD.org> | 1998-08-18 13:58:17 +0000 |
| commit | 3eb68c7948efec6a7a669a750ebbd2efc90e731e (patch) | |
| tree | dcd605d62afa93702dd1b9ad434a83da7068e401 /gnu | |
| parent | de6191377336c7dc2267bef9d13a02c2b353390b (diff) | |
Need <string.h> for strcpy() and strlen() prototypes.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/dist/gcc/objc/runtime.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/dist/gcc/objc/runtime.h b/gnu/dist/gcc/objc/runtime.h index b0eae4a222d..838a7e50f95 100644 --- a/gnu/dist/gcc/objc/runtime.h +++ b/gnu/dist/gcc/objc/runtime.h @@ -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 */ |
