Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

netfilter: headers_check fix: linux/netfilter/xt_osf.h

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>

authored by

Jaswinder Singh Rajput and committed by
Patrick McHardy
8a3af793 a3a9f79e

+2
+2
include/linux/netfilter/xt_osf.h
··· 20 20 #ifndef _XT_OSF_H 21 21 #define _XT_OSF_H 22 22 23 + #include <linux/types.h> 24 + 23 25 #define MAXGENRELEN 32 24 26 25 27 #define XT_OSF_GENRE (1<<0)