Quellcode durchsuchen

testcpuinfo.c needs SDL3/SDL_main.h

Anonymous Maarten vor 2 Jahren
Ursprung
Commit
bff449eb24
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      test/testcpuinfo.c

+ 1 - 0
test/testcpuinfo.c

@@ -1,4 +1,5 @@
 #include <SDL3/SDL.h>
+#include <SDL3/SDL_main.h>
 
 #include <stdio.h>