diff options
author | John Marino <marino@FreeBSD.org> | 2014-08-30 20:50:54 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-08-30 20:50:54 +0000 |
commit | 6a49fa15faf4b5dd4ac2b774dc22c7cf11a025e5 (patch) | |
tree | 6b4625d794440c4ed65a5648a91d4c227e0c30bf /net/nepenthes/files/patch-modules__vuln-msmq__vuln-msmq.cpp | |
parent | 888c623201c643c2d2eda79e01e9b1eee72975cc (diff) | |
download | ports-6a49fa15faf4b5dd4ac2b774dc22c7cf11a025e5.tar.gz ports-6a49fa15faf4b5dd4ac2b774dc22c7cf11a025e5.zip |
Notes
Diffstat (limited to 'net/nepenthes/files/patch-modules__vuln-msmq__vuln-msmq.cpp')
-rw-r--r-- | net/nepenthes/files/patch-modules__vuln-msmq__vuln-msmq.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/nepenthes/files/patch-modules__vuln-msmq__vuln-msmq.cpp b/net/nepenthes/files/patch-modules__vuln-msmq__vuln-msmq.cpp new file mode 100644 index 000000000000..37be805e93cf --- /dev/null +++ b/net/nepenthes/files/patch-modules__vuln-msmq__vuln-msmq.cpp @@ -0,0 +1,12 @@ +--- modules/vuln-msmq/vuln-msmq.cpp.orig ++++ modules/vuln-msmq/vuln-msmq.cpp +@@ -27,7 +27,8 @@ + + /* $Id: vuln-msmq.cpp 550 2006-05-04 10:25:35Z common $ */ + +-#include <ctype.h> ++#include <cctype> ++#include <cstdlib> + + #include "vuln-msmq.hpp" + #include "MSMQDialogue.hpp" |