Add an include for netinet/ip_compat.h directly so that we don't need to

add another special file in the creation of ioctls.c for kdump.
This commit is contained in:
Darren Reed 2005-04-26 17:58:05 +00:00
parent 0e56f395c0
commit c81e55a2df

View File

@ -13,6 +13,8 @@
#ifndef __IP_FIL_H__
#define __IP_FIL_H__
#include "netinet/ip_compat.h"
#ifndef SOLARIS
# define SOLARIS (defined(sun) && (defined(__svr4__) || defined(__SVR4)))
#endif