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:
darrenr 2005-04-26 17:58:05 +00:00
parent 0401365a6b
commit fe63b8eb76

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