futex.h: missing inttypes.h on aarch64

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2020-07-22 02:00:01 +00:00
parent d0ada7f58c
commit 145769fc38

View File

@ -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>