public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [patch] pull in the linux/input.h header in linux/uinput.h
@ 2007-05-02 22:49 Mike Frysinger
  2007-05-03  5:05 ` Dmitry Torokhov
  0 siblings, 1 reply; 2+ messages in thread
From: Mike Frysinger @ 2007-05-02 22:49 UTC (permalink / raw)
  To: dtor; +Cc: akpm, linux-kernel

uinput.h relies on structures only found in input.h, so pull in the header

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
---
diff --git a/include/linux/uinput.h b/include/linux/uinput.h
index 1fd61ee..a6c1e8e 100644
--- a/include/linux/uinput.h
+++ b/include/linux/uinput.h
@@ -32,6 +32,8 @@
  *		- first public version
  */
 
+#include <linux/input.h>
+
 #define UINPUT_VERSION		3
 
 #ifdef __KERNEL__

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [patch] pull in the linux/input.h header in linux/uinput.h
  2007-05-02 22:49 [patch] pull in the linux/input.h header in linux/uinput.h Mike Frysinger
@ 2007-05-03  5:05 ` Dmitry Torokhov
  0 siblings, 0 replies; 2+ messages in thread
From: Dmitry Torokhov @ 2007-05-03  5:05 UTC (permalink / raw)
  To: Mike Frysinger; +Cc: akpm, linux-kernel

On Wednesday 02 May 2007 18:49, Mike Frysinger wrote:
> uinput.h relies on structures only found in input.h, so pull in the header
> 
> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
> ---
> diff --git a/include/linux/uinput.h b/include/linux/uinput.h
> index 1fd61ee..a6c1e8e 100644
> --- a/include/linux/uinput.h
> +++ b/include/linux/uinput.h
> @@ -32,6 +32,8 @@
>   *		- first public version
>   */
>  
> +#include <linux/input.h>
> +
>  #define UINPUT_VERSION		3
>  
>  #ifdef __KERNEL__
> 

Applied, thank you.

-- 
Dmitry

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-05-03  5:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-02 22:49 [patch] pull in the linux/input.h header in linux/uinput.h Mike Frysinger
2007-05-03  5:05 ` Dmitry Torokhov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox