freebsd-ports/net/nepenthes/files/patch-modules__module-portwatch__module-portwatch.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

12 lines
319 B
C++

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