9 lines
232 B
C++
9 lines
232 B
C++
$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)
|