Use netinet/in.h to avoid include/arpa dependency for DIRDEPS_BUILD.

Sponsored by:	EMC / Isilon Storage Division
This commit is contained in:
Bryan Drewery 2016-05-26 23:20:17 +00:00
parent 4977354760
commit 74c5734766
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=300800

View File

@ -34,7 +34,7 @@
* $FreeBSD$
*/
#include <arpa/inet.h>
#include <netinet/in.h>
static int LZ4_uncompress_unknownOutputSize(const char *source, char *dest,
int isize, int maxOutputSize);