lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <152261539582.30503.3206805855407181027.stgit@warthog.procyon.org.uk> Date: Sun, 01 Apr 2018 21:43:15 +0100 From: David Howells <dhowells@...hat.com> To: linux-kernel@...r.kernel.org Subject: [PATCH 30/45] C++: Include linux/hrtimer.h from linux/timer.h linux/timer.h needs stuff from linux/hrtimer.h so include the latter from the former. Signed-off-by: David Howells <dhowells@...hat.com> --- include/linux/timer.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/linux/timer.h b/include/linux/timer.h index 2448f9cc48a3..f99724c1288e 100644 --- a/include/linux/timer.h +++ b/include/linux/timer.h @@ -7,6 +7,7 @@ #include <linux/stddef.h> #include <linux/debugobjects.h> #include <linux/stringify.h> +#include <linux/hrtimer.h> struct tvec_base;
Powered by blists - more mailing lists