Include arpa/inet.h to get the htonl(3) definition

MFC after: 2 weeks
Reported by: clang
Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
Enji Cooper 2016-05-13 11:15:33 +00:00
parent e320ac1958
commit 622282b3b8

View File

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