Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Jun 2016 13:21:17 +0000 (UTC)
From:      Garrett Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r301608 - stable/10/sys/cddl/boot/zfs
Message-ID:  <201606081321.u58DLHA4032725@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Wed Jun  8 13:21:17 2016
New Revision: 301608
URL: https://svnweb.freebsd.org/changeset/base/301608

Log:
  MFC r299657:
  
  Include arpa/inet.h to get the htonl(3) definition

Modified:
  stable/10/sys/cddl/boot/zfs/lz4.c
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/cddl/boot/zfs/lz4.c
==============================================================================
--- stable/10/sys/cddl/boot/zfs/lz4.c	Wed Jun  8 13:14:52 2016	(r301607)
+++ stable/10/sys/cddl/boot/zfs/lz4.c	Wed Jun  8 13:21:17 2016	(r301608)
@@ -34,6 +34,8 @@
  * $FreeBSD$
  */
 
+#include <arpa/inet.h>
+
 static int LZ4_uncompress_unknownOutputSize(const char *source, char *dest,
 					    int isize, int maxOutputSize);
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606081321.u58DLHA4032725>