mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-04 09:09:56 +00:00
Add missing includes to eliminate -Wmissing-prototypes warnings
This commit is contained in:
parent
9762525c95
commit
ffdd70376a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=288012
@ -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 New Issue
Block a user