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
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Tue, 13 Oct 2009 09:39:50 -0700
From:	Thomas DuBuisson <thomas.dubuisson@...il.com>
To:	linux-kernel@...r.kernel.org
Subject: [PATCH] [FIX] Include hrtimer.h in timer.h

Please CC on responses


Include <linux/hrtimer.h> to make timer.h ansi compliant

Signed-off-by: Thomas DuBuisson <Thomas.DuBuisson@...il.com>
---
include/linux/timer.h |    1 +
1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/linux/timer.h b/include/linux/timer.h
index a2d1eb6..ad2b3cb 100644
--- a/include/linux/timer.h
+++ b/include/linux/timer.h
@@ -6,6 +6,7 @@
#include <linux/stddef.h>
#include <linux/debugobjects.h>
#include <linux/stringify.h>
+#include <linux/hrtimer.h>

struct tvec_base;

--
1.6.2.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ