blob: c82150fd0ed195157421b5b3ba5e729c69666fa4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aw,v 1.1 2006/10/10 06:56:05 uebayasi Exp $
--- bcc/preproc.c.orig 1992-12-04 22:45:03.000000000 +0100
+++ bcc/preproc.c
@@ -2,6 +2,8 @@
/* Copyright (C) 1992 Bruce Evans */
+#include <string.h>
+
#include "const.h"
#include "types.h"
#include "input.h"
|