Преглед изворни кода

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>