Add missing includes to eliminate -Wmissing-prototypes warnings

This commit is contained in:
Craig Rodrigues 2015-09-20 04:15:37 +00:00
parent 9762525c95
commit ffdd70376a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=288012
2 changed files with 3 additions and 0 deletions

View file

@ -28,6 +28,8 @@
__FBSDID("$FreeBSD$");
#include <sys/endian.h>
#define _BYTEORDER_FUNC_DEFINED
#include <arpa/inet.h>
uint32_t
htonl(uint32_t hl)

View file

@ -26,6 +26,7 @@
*/
#include "namespace.h"
#include <sys/ioctl.h>
#include <sys/socket.h>
#include "un-namespace.h"
int sockatmark(int s)