Include <sys/types.h> in the !_KERNEL case so that this file is
self-sufficient in that case (it needs dev_t). This is normal pollution for most headers that define ioctl numbers.
This commit is contained in:
parent
bfedcf9f1f
commit
c7ec6be4fb
@ -18,6 +18,9 @@
|
||||
#ifndef _SYS_SNOOP_H_
|
||||
#define _SYS_SNOOP_H_
|
||||
|
||||
#ifndef _KERNEL
|
||||
#include <sys/types.h>
|
||||
#endif
|
||||
#include <sys/ioccom.h>
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user