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:
parent
657be2acf7
commit
92720216a9
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user