svn commit: r354926 - head/usr.sbin/rtsold

Mark Johnston markj at FreeBSD.org
Thu Nov 21 00:17:15 UTC 2019


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>


More information about the svn-src-all mailing list