pkgsrc/lang/gcc/patches/patch-bz

13 lines
344 B
Text
Raw Normal View History

$NetBSD: patch-bz,v 1.2 2002/03/28 10:11:54 jmc Exp $
--- ../gcc-2.95.3/gcc/libgcc2.c.orig 2000/07/26 00:17:35 1.1.1.1
+++ ../gcc-2.95.3/gcc/libgcc2.c 2001/10/05 07:04:04 1.2
@@ -39,6 +39,7 @@
#ifndef inhibit_libc
/* fixproto guarantees these system headers exist. */
#include <stdlib.h>
+#include <string.h>
#include <unistd.h>
#endif