1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Fix build.

This commit is contained in:
Adam Weinberger 2014-08-01 17:42:35 +00:00
parent 490d9933f2
commit 26b91d0131
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363743

View File

@ -0,0 +1,10 @@
--- ./xml-value.cpp.orig 2014-08-01 13:41:29.000000000 -0400
+++ ./xml-value.cpp 2014-08-01 13:41:47.000000000 -0400
@@ -26,6 +26,7 @@
#include <ctype.h>
#include <errno.h>
#include <string.h>
+#include <stdlib.h>
#include <algorithm>
#include <functional>