freebsd-ports/games/qonk/files/patch-src_lisp_parser.cpp

11 lines
201 B
C++
Raw Normal View History

--- src/lisp/parser.cpp.orig 2007-09-14 05:43:03 UTC
+++ src/lisp/parser.cpp
2015-04-14 02:51:31 +02:00
@@ -20,6 +20,7 @@
#include <sstream>
#include <stdexcept>
#include <fstream>
+#include <cstring>
#include <cassert>