mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
4f13a57d72
- Switch to USES=localbase - makeparch - Take maintainership
12 lines
368 B
C++
12 lines
368 B
C++
--- src/lisp/lisp.cpp.orig 2007-09-14 05:43:03 UTC
|
|
+++ src/lisp/lisp.cpp
|
|
@@ -17,6 +17,8 @@
|
|
// You should have received a copy of the GNU General Public License
|
|
// along with this program; if not, write to the Free Software
|
|
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|
+#include <cstdio>
|
|
+
|
|
#include "lisp.hpp"
|
|
|
|
namespace lisp
|