Browse Source

testcpuinfo.c needs SDL3/SDL_main.h

Anonymous Maarten 2 năm trước cách đây
mục cha
commit
bff449eb24
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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>