mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-29 15:06:40 -04:00
14 lines
278 B
Plaintext
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"
|