diff --git a/bsd-core/drm_mode.h b/bsd-core/drm_mode.h new file mode 120000 index 00000000..a43f1385 --- /dev/null +++ b/bsd-core/drm_mode.h @@ -0,0 +1 @@ +../shared-core/drm_mode.h \ No newline at end of file diff --git a/shared-core/drm_mode.h b/shared-core/drm_mode.h index 601d2bd8..9b92733d 100644 --- a/shared-core/drm_mode.h +++ b/shared-core/drm_mode.h @@ -27,11 +27,13 @@ #ifndef _DRM_MODE_H #define _DRM_MODE_H +#ifdef __linux__ #if !defined(__KERNEL__) && !defined(_KERNEL) #include #else #include #endif +#endif #define DRM_DISPLAY_INFO_LEN 32 #define DRM_CONNECTOR_NAME_LEN 32