summaryrefslogtreecommitdiffstats
path: root/lib/libcasper
diff options
context:
space:
mode:
authoroshogbo <oshogbo@FreeBSD.org>2015-07-02 21:58:10 +0000
committeroshogbo <oshogbo@FreeBSD.org>2015-07-02 21:58:10 +0000
commit55d95276339dc90b68f6b9108bbaeeca1fff715e (patch)
tree80ab9f9e7fd1444c52e233037e177dfa3b7a1eff /lib/libcasper
parent029d310933bead17f87eca6486a236878b2b6dc4 (diff)
downloadFreeBSD-src-55d95276339dc90b68f6b9108bbaeeca1fff715e.zip
FreeBSD-src-55d95276339dc90b68f6b9108bbaeeca1fff715e.tar.gz
Let the nv.h and dnv.h includes be only in sys directory.
Change consumers to include those files from sys. Add duplicated files to ObsoleteFiles. Approved by: pjd (mentor)
Diffstat (limited to 'lib/libcasper')
-rw-r--r--lib/libcasper/libcasper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcasper/libcasper.c b/lib/libcasper/libcasper.c
index cb95346..e241888 100644
--- a/lib/libcasper/libcasper.c
+++ b/lib/libcasper/libcasper.c
@@ -36,6 +36,7 @@ __FBSDID("$FreeBSD$");
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/un.h>
+#include <sys/nv.h>
#include <assert.h>
#include <dirent.h>
@@ -52,7 +53,6 @@ __FBSDID("$FreeBSD$");
#include <libcapsicum.h>
#include <libcasper.h>
#include <libcasper_impl.h>
-#include <nv.h>
#include <pjdlog.h>
/*
OpenPOWER on IntegriCloud