Skip to content

Commit

Permalink
netfilter: headers_check fix: linux/netfilter/xt_osf.h
Browse files Browse the repository at this point in the history
fix the following 'make headers_check' warnings:

  usr/include/linux/netfilter/xt_osf.h:40: found __[us]{8,16,32,64} type without #include <linux/types.h>

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Signed-off-by: Patrick McHardy <kaber@trash.net>
  • Loading branch information
Jaswinder Singh Rajput authored and Patrick McHardy committed Jun 29, 2009
1 parent a3a9f79 commit 8a3af79
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/linux/netfilter/xt_osf.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
#ifndef _XT_OSF_H
#define _XT_OSF_H

#include <linux/types.h>

#define MAXGENRELEN 32

#define XT_OSF_GENRE (1<<0)
Expand Down

0 comments on commit 8a3af79

Please sign in to comment.