Put and #ifdef _KERNEL around the #include for opt_capsicum.h to

hopefully allow the build to finish after r272505.
This commit is contained in:
Bjoern A. Zeeb 2014-10-04 14:17:30 +00:00
parent 657be2acf7
commit 92720216a9

View File

@ -33,7 +33,9 @@
#ifndef _SYS_FILEDESC_H_
#define _SYS_FILEDESC_H_
#ifdef _KERNEL
#include "opt_capsicum.h"
#endif
#include <sys/caprights.h>
#include <sys/queue.h>