From d41b8e0699153d9acc9334cc1e8731b01b8738e3 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Mon, 3 Dec 2007 13:50:51 +0100 Subject: [PATCH] fix implicit pointer conversion Fixed missing include in hal-disable-polling.c which leading to an implicit pointer conversion which in turn can lead to problems. Please see [1] for more details. [1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=%23447657 --- tools/hal-disable-polling.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/tools/hal-disable-polling.c b/tools/hal-disable-polling.c index 90afc4e..20bcd49 100644 --- a/tools/hal-disable-polling.c +++ b/tools/hal-disable-polling.c @@ -28,6 +28,7 @@ # include #endif +#include #include #include #include -- 1.5.3.7