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

--- modules/x-9/x-9.cpp.orig
+++ modules/x-9/x-9.cpp
@@ -27,7 +27,8 @@
/* $Id: x-9.cpp 658 2006-10-08 15:04:17Z common $ */
-#include <ctype.h>
+#include <cctype>
+#include <cstring>
#include "x-9.hpp"