Include drm.h in rcore.h for platform_drm

This commit is contained in:
MichaelFiber 2023-09-20 14:33:10 -04:00
parent 42125ae191
commit 68046f5705

View File

@ -16,6 +16,9 @@
// NOTE: GLFW3 already includes gl.h (OpenGL) headers // NOTE: GLFW3 already includes gl.h (OpenGL) headers
#endif #endif
#if defined(PLATFORM_DRM)
#include "drm.h"
#endif
// PROVIDE A HEADER TO BE USED BY ALL THE rcore_* IMPLEMENTATIONS. // PROVIDE A HEADER TO BE USED BY ALL THE rcore_* IMPLEMENTATIONS.
/* /*