mirror of
https://git.freebsd.org/ports.git
synced 2025-07-14 07:49:16 -04:00
10 lines
261 B
C++
10 lines
261 B
C++
--- lib/xml/src/Parse.cpp.orig 2003-09-16 20:35:11.000000000 +0300
|
|
+++ lib/xml/src/Parse.cpp
|
|
@@ -29,6 +29,7 @@ ________________________________________
|
|
#endif
|
|
|
|
#include <stdio.h>
|
|
+#include <cstring>
|
|
#include <map>
|
|
#include <assert.h>
|
|
using namespace std;
|