mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2025-08-01 15:39:55 +00:00
futex.h: missing inttypes.h on aarch64
This commit is contained in:
@ -4,6 +4,7 @@
|
||||
#ifndef _GNU_SOURCE
|
||||
#define _GNU_SOURCE
|
||||
#endif
|
||||
#include <inttypes.h>
|
||||
#include <linux/futex.h>
|
||||
#include <sys/syscall.h>
|
||||
#include <unistd.h>
|
||||
|
Reference in New Issue
Block a user