blob: b31627f5bf8f8d767b1c01f95f50eb1ae76ebb2d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-aa,v 1.2 2002/10/08 14:29:36 abs Exp $
--- data/data.c.orig Tue Feb 27 13:43:48 1996
+++ data/data.c
@@ -16,6 +16,7 @@
*Hobbit*, started 951004 or so and randomly screwed around with since */
#include <stdio.h>
+#include <string.h>
#ifdef MSDOS /* for MSC only at the moment... */
#include <fcntl.h>
|