Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit f6294ce

Browse files
committed
Fix missing include on libudis86.
1 parent 20363fd commit f6294ce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libudis86/types.h

+2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
#ifndef UD_TYPES_H
2727
#define UD_TYPES_H
2828

29+
#include <string.h>
30+
2931
#ifdef __KERNEL__
3032
/* -D__KERNEL__ is automatically passed on the command line when
3133
building something as part of the Linux kernel */

0 commit comments

Comments
 (0)