Explorar el Código

Fix kmsdrm build

Sylvain hace 2 años
padre
commit
c88becc87a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/video/kmsdrm/SDL_kmsdrmvideo.c

+ 1 - 1
src/video/kmsdrm/SDL_kmsdrmvideo.c

@@ -41,8 +41,8 @@
 #include "SDL_kmsdrmdyn.h"
 #include "SDL_kmsdrmevents.h"
 #include "SDL_kmsdrmmouse.h"
-#include "SDL_kmsdrmopengles.h"
 #include "SDL_kmsdrmvideo.h"
+#include "SDL_kmsdrmopengles.h"
 #include "SDL_kmsdrmvulkan.h"
 #include <dirent.h>
 #include <errno.h>