blob: 321964101245aa21f0536b366a9157663278ee95 (
plain)
1
2
3
4
5
6
7
8
9
|
$NetBSD: patch-file.cpp,v 1.1 2011/11/23 23:28:06 joerg Exp $
--- file.cpp.orig 2011-11-23 16:45:41.000000000 +0000
+++ file.cpp
@@ -1,3 +1,4 @@
+#include <string.h>
#include "file.h"
File::File(Memory *memory, Option *option)
|