mirror of
https://github.com/opnsense/src.git
synced 2026-06-12 10:10:24 -04:00
Fix libcam build. It was broken with r312827.
This commit is contained in:
parent
df980daf35
commit
a196ef645a
1 changed files with 2 additions and 0 deletions
|
|
@ -32,8 +32,10 @@
|
|||
#ifndef _CAM_CAM_XPT_H
|
||||
#define _CAM_CAM_XPT_H 1
|
||||
|
||||
#ifdef _KERNEL
|
||||
#include <sys/cdefs.h>
|
||||
#include "opt_printf.h"
|
||||
#endif
|
||||
|
||||
/* Forward Declarations */
|
||||
union ccb;
|
||||
|
|
|
|||
Loading…
Reference in a new issue