blob: 138e14f8fa9e5020e56bd415afdf0d82762a02ef (
plain)
1
2
3
4
5
6
7
8
9
|
$NetBSD: patch-bj,v 1.2 1999/03/05 11:22:35 frueauf Exp $
--- routines/intersci/cstringf.c.orig Mon Dec 21 21:51:45 1998
+++ routines/intersci/cstringf.c Mon Dec 21 21:52:12 1998
@@ -1,3 +1,4 @@
/* Copyright INRIA */
+#include <string.h>
#include "../machine.h"
|