diff --git a/platformsupport/scenes/opengl/drm_fourcc.h b/platformsupport/scenes/opengl/drm_fourcc.h index 70d492a351..411f661fc9 100644 --- a/platformsupport/scenes/opengl/drm_fourcc.h +++ b/platformsupport/scenes/opengl/drm_fourcc.h @@ -27,8 +27,15 @@ //#include "drm.h" // These typedefs are copied from drm.h +#if defined(__linux__) + +#include +#include + +#else /* One of the BSDs */ typedef uint32_t __u32; typedef uint64_t __u64; +#endif #if defined(__cplusplus) extern "C" {