freebsd-ports/net/nepenthes/files/patch-modules__shellcode-generic__sch_generic_createprocess.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
260 B
C++

--- modules/shellcode-generic/sch_generic_createprocess.cpp.orig
+++ modules/shellcode-generic/sch_generic_createprocess.cpp
@@ -40,6 +40,9 @@
+#include <cstdio>
+#include <cstring>
+
#include "sch_generic_createprocess.hpp"
#include "Nepenthes.hpp"