mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add missing includes to eliminate -Wmissing-prototypes warnings
This commit is contained in:
parent
9762525c95
commit
ffdd70376a
2 changed files with 3 additions and 0 deletions
|
|
@ -28,6 +28,8 @@
|
|||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <sys/endian.h>
|
||||
#define _BYTEORDER_FUNC_DEFINED
|
||||
#include <arpa/inet.h>
|
||||
|
||||
uint32_t
|
||||
htonl(uint32_t hl)
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@
|
|||
*/
|
||||
#include "namespace.h"
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/socket.h>
|
||||
#include "un-namespace.h"
|
||||
|
||||
int sockatmark(int s)
|
||||
|
|
|
|||
Loading…
Reference in a new issue