ソースを参照

testcpuinfo.c needs SDL3/SDL_main.h

Anonymous Maarten 2 年 前
コミット
bff449eb24
1 ファイル変更1 行追加0 行削除
  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>