mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
netinet: Make ip.h self-contained
In general we are working towards making public headers self-contained. cdefs.h is included for __packed; just assume that types.h includes cdefs.h as that's a very common assumption. PR: 285924 Reviewed by: emaste MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D49735
This commit is contained in:
parent
1be90fcda2
commit
31d3a94bdd
1 changed files with 2 additions and 1 deletions
|
|
@ -33,7 +33,8 @@
|
|||
#ifndef _NETINET_IP_H_
|
||||
#define _NETINET_IP_H_
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#include <sys/types.h>
|
||||
#include <netinet/in.h>
|
||||
|
||||
/*
|
||||
* Definitions for internet protocol version 4.
|
||||
|
|
|
|||
Loading…
Reference in a new issue