13 lines
303 B
Text
13 lines
303 B
Text
$NetBSD: patch-ax,v 1.1 2006/10/10 06:56:05 uebayasi Exp $
|
|
|
|
--- bcc/table.c.orig 1992-11-14 16:12:38.000000000 +0100
|
|
+++ bcc/table.c
|
|
@@ -6,6 +6,8 @@
|
|
* usually be set to some level different from OFFKLUDGELEVEL.
|
|
*/
|
|
|
|
+#include <string.h>
|
|
+
|
|
#include "const.h"
|
|
#include "types.h"
|
|
#include "align.h"
|