freebsd-ports/net/nepenthes/files/patch-modules__vuln-asn1__IISDialogue.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
257 B
C++

--- modules/vuln-asn1/IISDialogue.cpp.orig
+++ modules/vuln-asn1/IISDialogue.cpp
@@ -27,7 +27,8 @@
/* $Id: IISDialogue.cpp 836 2007-02-06 15:16:50Z common $ */
-#include <ctype.h>
+#include <cctype>
+#include <cstring>
#include "IISDialogue.hpp"