Skip to content

Commit 6d2dee1

Browse files
committed
Fix wrong file name in hex_lexer.h
1 parent 1ed3d39 commit 6d2dee1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libyara/hex_lexer.l

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ limitations under the License.
2525
#include <yara/error.h>
2626
#include <yara/mem.h>
2727
#include <yara/re.h>
28-
#include <yara/strings.h>
28+
#include <yara/strutils.h>
2929
#include <yara/hex_lexer.h>
3030

3131
#include "hex_grammar.h"

0 commit comments

Comments
 (0)