1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00

Opt files are included with single quotes.

This commit is contained in:
Warner Losh 2017-07-10 03:38:12 +00:00
parent b805794525
commit 6df06cd671
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=320857

View File

@ -32,7 +32,7 @@
#define _CAM_CAM_H 1
#ifdef _KERNEL
#include <opt_cam.h>
#include "opt_cam.h"
#endif
#include <sys/cdefs.h>