blob: 0939bf11719e754b3de50da74b4a366bc7430088 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ac,v 1.1 2002/08/21 06:31:57 simonb Exp $
--- data/data.c.orig Wed Feb 28 00: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>
|