aboutsummaryrefslogtreecommitdiff
path: root/lib/libcasper
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2014-03-16 11:04:44 +0000
committerRobert Watson <rwatson@FreeBSD.org>2014-03-16 11:04:44 +0000
commitb881b8be1d26495f5b41002c768c7c705e68fcef (patch)
treec4e002e293230ad068a6ae83b2b3f3afed3e95e5 /lib/libcasper
parent4a14441044e0bdb55c81010ea92b24d87c25ee56 (diff)
downloadsrc-b881b8be1d26495f5b41002c768c7c705e68fcef.tar.gz
src-b881b8be1d26495f5b41002c768c7c705e68fcef.zip
Notes
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 68d283210e7f..7545baa47f6d 100644
--- a/lib/libcasper/libcasper.c
+++ b/lib/libcasper/libcasper.c
@@ -31,7 +31,7 @@
__FBSDID("$FreeBSD$");
#include <sys/types.h>
-#include <sys/capability.h>
+#include <sys/capsicum.h>
#include <sys/queue.h>
#include <sys/socket.h>
#include <sys/stat.h>