summaryrefslogtreecommitdiff
path: root/games/asc/patches/patch-source_strtmesg.cpp
blob: 6c37abc6035181af99cc3b12a394caac37a71829 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-source_strtmesg.cpp,v 1.1 2011/11/23 23:29:45 joerg Exp $

--- source/strtmesg.cpp.orig	2011-11-23 16:19:17.000000000 +0000
+++ source/strtmesg.cpp
@@ -25,6 +25,8 @@
 const char* asc_release="ASC1.16.4.0";
 
 #include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
 #include "strtmesg.h"
 #include "stringtokenizer.h"
 #include "misc.h"