2013-09-26 17:14:40 +02:00

14 lines
278 B
Plaintext

$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"