mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 22:00:31 -04:00
10 lines
286 B
C++
10 lines
286 B
C++
--- modules/shellcode-signatures/sch_engine_unicode.cpp.orig
|
|
+++ modules/shellcode-signatures/sch_engine_unicode.cpp
|
|
@@ -27,6 +27,7 @@
|
|
|
|
/* $Id: sch_engine_unicode.cpp 443 2006-03-27 19:55:16Z common $ */
|
|
|
|
+#include <cstring>
|
|
#include <stdint.h>
|
|
|
|
#include "sch_engine_unicode.hpp"
|