mirror of
https://github.com/opnsense/src.git
synced 2026-04-24 23:57:30 -04:00
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:
parent
0e56f395c0
commit
c81e55a2df
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue