summaryrefslogtreecommitdiff
path: root/games/xu4/patches/patch-src_settings.cpp
blob: 980bf85fc716b14a9a4df294b414cd0c73cbdba5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-src_settings.cpp,v 1.1.1.1 2012/01/08 15:52:12 wiz Exp $

Add missing header.

--- src/settings.cpp.orig	2005-08-22 05:53:38.000000000 +0000
+++ src/settings.cpp
@@ -11,6 +11,7 @@
 #include "event.h"
 #include "filesystem.h"
 #include "utils.h"
+#include <string.h>
 
 #if defined(_WIN32) || defined(__CYGWIN__)
 #include <windows.h>