summaryrefslogtreecommitdiff
path: root/games/qonk/patches/patch-src_lisp_lexer.cpp
blob: 87957db09eae67eea3a9f61ada90aec5c1197a4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-src_lisp_lexer.cpp,v 1.2 2012/05/23 06:16:00 dholland Exp $

Add missing headers.

--- src/lisp/lexer.cpp.orig	2007-09-14 05:43:03.000000000 +0000
+++ src/lisp/lexer.cpp
@@ -19,6 +19,8 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #include <sstream>
 #include <stdexcept>
+#include <cstring>
+#include <cstdio>
 
 #include "lexer.hpp"
 #include "translation.hpp"