Skip to content

Commit 12e6e33

Browse files
committed
fix mock naming
1 parent 05d0520 commit 12e6e33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/arm/linux/aarch32-isa.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#include <stdint.h>
22

33
#if CPUINFO_MOCK
4-
#include "third_party/cpuinfo/include/cpuinfo-mock.h"
4+
#include <cpuinfo-mock.h>
55
#endif
66
#include <arm/linux/api.h>
77
#include <arm/linux/cp.h>

0 commit comments

Comments
 (0)