pkgsrc-ng/games/anise/patches/patch-file.cpp
2013-09-26 17:14:40 +02:00

10 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)