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:
bde 2002-06-24 11:45:45 +00:00
parent bfedcf9f1f
commit c7ec6be4fb

View File

@ -18,6 +18,9 @@
#ifndef _SYS_SNOOP_H_
#define _SYS_SNOOP_H_
#ifndef _KERNEL
#include <sys/types.h>
#endif
#include <sys/ioccom.h>
/*