mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -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
176 B
C++
10 lines
176 B
C++
--- sysutils/t_basename.cpp.orig 2016-06-20 14:59:02 UTC
|
|
+++ sysutils/t_basename.cpp
|
|
@@ -3,6 +3,7 @@
|
|
//
|
|
|
|
#include <iostream>
|
|
+#include <cstdlib>
|
|
|
|
#include "fileutils.h"
|
|
|