Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu/dist/toolchain/gcc Need <string.h> when building the exc...



details:   https://anonhg.NetBSD.org/src/rev/14474cc97463
branches:  trunk
changeset: 515806:14474cc97463
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Fri Oct 05 07:04:04 2001 +0000

description:
Need <string.h> when building the exception handler stuff on LP64
systems (like sparc64).

diffstat:

 gnu/dist/toolchain/gcc/libgcc2.c |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r fd89c0fa0105 -r 14474cc97463 gnu/dist/toolchain/gcc/libgcc2.c
--- a/gnu/dist/toolchain/gcc/libgcc2.c  Fri Oct 05 05:46:50 2001 +0000
+++ b/gnu/dist/toolchain/gcc/libgcc2.c  Fri Oct 05 07:04:04 2001 +0000
@@ -39,6 +39,7 @@
 #ifndef inhibit_libc
 /* fixproto guarantees these system headers exist. */
 #include <stdlib.h>
+#include <string.h>
 #include <unistd.h>
 #endif
 



Home | Main Index | Thread Index | Old Index