1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/net/nepenthes/files/patch-modules__download-ftp__download-ftp.cpp
John Marino 6a49fa15fa Stage net/nepenthese and unbreak on FreeBSD 10+
PR:		193042
Submitted by:	Ports Fury
2014-08-30 20:50:54 +00:00

13 lines
294 B
C++

--- modules/download-ftp/download-ftp.cpp.orig
+++ modules/download-ftp/download-ftp.cpp
@@ -27,7 +27,8 @@
/* $Id: download-ftp.cpp 550 2006-05-04 10:25:35Z common $ */
-#include <ctype.h>
+#include <cstdlib>
+#include <cctype>
#include "download-ftp.hpp"
#include "CTRLDialogue.hpp"