mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-05 02:38:54 -04:00
13 lines
289 B
C++
13 lines
289 B
C++
$NetBSD: patch-src_lisp_parser.cpp,v 1.1 2011/12/05 22:45:19 joerg Exp $
|
|
|
|
--- src/lisp/parser.cpp.orig 2011-12-05 21:38:05.000000000 +0000
|
|
+++ src/lisp/parser.cpp
|
|
@@ -22,6 +22,7 @@
|
|
#include <fstream>
|
|
|
|
#include <cassert>
|
|
+#include <cstring>
|
|
|
|
#include "parser.hpp"
|
|
#include "lisp.hpp"
|