Fix libcam build. It was broken with r312827.

This commit is contained in:
Jung-uk Kim 2017-01-27 00:17:07 +00:00
parent df980daf35
commit a196ef645a

View File

@ -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;