Skip to content

Commit d6b4afe

Browse files
committed
Add missing include
1 parent 0cbd3d2 commit d6b4afe

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

libyara/modules/pe.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ limitations under the License.
2222

2323
#include <yara/modules.h>
2424
#include <yara/mem.h>
25+
#include <yara/strutils.h>
2526

2627

2728
#define MODULE_NAME pe

libyara/parser.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ limitations under the License.
2323
#include <yara/error.h>
2424
#include <yara/exec.h>
2525
#include <yara/object.h>
26+
#include <yara/strutils.h>
2627
#include <yara/utils.h>
2728
#include <yara/modules.h>
2829
#include <yara/parser.h>

0 commit comments

Comments
 (0)