blob: 81638ef0a14a2b023557031aaa153587cd8a0314 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-af,v 1.2 1998/08/07 10:40:42 agc Exp $
--- myerror.cpp.orig Mon Jul 14 19:41:29 1997
+++ myerror.cpp Sun Aug 2 20:18:35 1998
@@ -7,6 +7,7 @@
#include <stdio.h>
#include <stdarg.h>
#include <errno.h>
+#include <string.h>
#ifdef __WIN95__
#include <windows.h>
|