mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-05 10:48:03 -04:00
15 lines
296 B
C++
15 lines
296 B
C++
$NetBSD: patch-src_intro.cpp,v 1.1.1.1 2012/01/08 15:52:12 wiz Exp $
|
|
|
|
Add missing header.
|
|
|
|
--- src/intro.cpp.orig 2005-10-03 05:57:31.000000000 +0000
|
|
+++ src/intro.cpp
|
|
@@ -24,6 +24,7 @@
|
|
#include "tilemap.h"
|
|
#include "u4file.h"
|
|
#include "utils.h"
|
|
+#include <string.h>
|
|
|
|
using namespace std;
|
|
|