mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 10:06:40 -04:00
with CRLF. While there, run make makepatch, rename patches to use the new scheme, and various fixes. With hat: portmgr Sponsored by: Absolight
10 lines
213 B
C++
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;
|
|
|