mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
12 lines
260 B
C++
12 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"
|