Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Nov 2019 00:17:14 +0000 (UTC)
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r354926 - head/usr.sbin/rtsold
Message-ID:  <201911210017.xAL0HEaU056821@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: markj
Date: Thu Nov 21 00:17:14 2019
New Revision: 354926
URL: https://svnweb.freebsd.org/changeset/base/354926

Log:
  Avoid relying on pollution from libcasper.h.
  
  Reported by:	sjg
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/usr.sbin/rtsold/cap_llflags.c

Modified: head/usr.sbin/rtsold/cap_llflags.c
==============================================================================
--- head/usr.sbin/rtsold/cap_llflags.c	Wed Nov 20 23:58:36 2019	(r354925)
+++ head/usr.sbin/rtsold/cap_llflags.c	Thu Nov 21 00:17:14 2019	(r354926)
@@ -44,6 +44,7 @@ __FBSDID("$FreeBSD$");
 #include <errno.h>
 #include <ifaddrs.h>
 #include <string.h>
+#include <unistd.h>
 
 #include <libcasper.h>
 #include <libcasper_service.h>



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