Skip to content

Commit 3f97c63

Browse files
committed
Fix wrong includes
1 parent 8b51e22 commit 3f97c63

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libyara/lexer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ limitations under the License.
647647
#include <yara/sizedstr.h>
648648
#include <yara/error.h>
649649
#include <yara/mem.h>
650-
#include <yara/strings.h>
650+
#include <yara/strutils.h>
651651

652652
#include "grammar.h"
653653

libyara/lexer.l

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ limitations under the License.
2929
#include <yara/sizedstr.h>
3030
#include <yara/error.h>
3131
#include <yara/mem.h>
32-
#include <yara/strings.h>
32+
#include <yara/strutils.h>
3333

3434
#include "grammar.h"
3535

0 commit comments

Comments
 (0)