blob: bc3bee2affd44097ddaa3a483f89792dd2f74b8e (
plain)
1
2
3
4
5
6
7
8
9
10
|
$NetBSD: patch-aj,v 1.1 2001/02/09 11:29:38 dmcmahill Exp $
--- src/fasthenry/fillM.c.orig Tue Nov 12 14:18:46 1996
+++ src/fasthenry/fillM.c Thu Feb 8 19:07:56 2001
@@ -1,4 +1,5 @@
/* this is the new fillM 10/92 */
+#include <string.h>
#include "induct.h"
|