netfilter: add missing linux/types.h include to xt_LED.h

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Linux Kernel Mailing List
Date: Sunday, May 10, 2009 - 10:59 am

Gitweb:     http://git.kernel.org/linus/a7ca7fccacc029958fd09985e7f3529b90ec791d
Commit:     a7ca7fccacc029958fd09985e7f3529b90ec791d
Parent:     37e55cf0ceb8803256bf69a3e45bd668bf90b76f
Author:     Patrick McHardy <kaber@trash.net>
AuthorDate: Tue May 5 14:31:12 2009 +0200
Committer:  Patrick McHardy <kaber@trash.net>
CommitDate: Tue May 5 14:31:12 2009 +0200

    netfilter: add missing linux/types.h include to xt_LED.h
    
    Pointed out by Dave Miller:
    
      CHECK   include/linux/netfilter (57 files)
    /home/davem/src/GIT/net-2.6/usr/include/linux/netfilter/xt_LED.h:6: found __[us]{8,16,32,64} type without #include <linux/types.h>
    
    Signed-off-by: Patrick McHardy <kaber@trash.net>
---
 include/linux/netfilter/xt_LED.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/include/linux/netfilter/xt_LED.h b/include/linux/netfilter/xt_LED.h
index 4c91a0d..f5509e7 100644
--- a/include/linux/netfilter/xt_LED.h
+++ b/include/linux/netfilter/xt_LED.h
@@ -1,6 +1,8 @@
 #ifndef _XT_LED_H
 #define _XT_LED_H
 
+#include <linux/types.h>
+
 struct xt_led_info {
 	char id[27];        /* Unique ID for this trigger in the LED class */
 	__u8 always_blink;  /* Blink even if the LED is already on */
--
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
netfilter: add missing linux/types.h include to xt_LED.h, Linux Kernel Mailing ..., (Sun May 10, 10:59 am)