freebsd-ports/games/qonk/files/patch-src_lisp_parser.cpp
Dmitry Marakasov 4f13a57d72 - Fix license
- Switch to USES=localbase
- makeparch
- Take maintainership
2016-11-21 14:52:46 +00:00

10 lines
201 B
C++

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