ports/devel/sdts++/files/patch-sysutils_t__stringutils.cpp
Mathieu Arnold 7ae7b018cc With the power of USES=dos2unix, get rid of most patches and files
with CRLF.

While there, run make makepatch, rename patches to use the new scheme,
and various fixes.

With hat:	portmgr
Sponsored by:	Absolight
2016-06-20 16:23:28 +00:00

10 lines
213 B
C++

--- sysutils/t_stringutils.cpp.orig 2016-06-20 14:59:02 UTC
+++ sysutils/t_stringutils.cpp
@@ -5,6 +5,7 @@
#include <iostream>
#include <string>
#include <cassert>
+#include <cstdlib>
using namespace std;