blob: cae80171a511e51e6d7f157f2c67a24a49c4d6a0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$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"
|