opnsense-ports/devel/libc++/files/patch-src__string.cpp
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

10 lines
273 B
C++

--- ./src/string.cpp.orig 2014-05-06 16:01:31.219239454 +0200
+++ ./src/string.cpp 2014-05-06 15:59:03.134249779 +0200
@@ -19,6 +19,7 @@
#include "support/win32/support.h"
#endif // _LIBCPP_MSVCRT
#include <stdio.h>
+#include <stdlib.h>
_LIBCPP_BEGIN_NAMESPACE_STD