1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/net/nepenthes/files/patch-modules__vuln-dcom__vuln-dcom.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
249 B
C++

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