ports/net/nepenthes/files/patch-modules__x-6__x-6.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
233 B
C++

--- modules/x-6/x-6.cpp.orig
+++ modules/x-6/x-6.cpp
@@ -27,7 +27,9 @@
/* $Id: x-6.cpp 343 2006-02-20 17:11:57Z common $ */
-#include <ctype.h>
+#include <cctype>
+#include <cstdlib>
+#include <cstring>
#include "x-6.hpp"