diff options
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" |