Procházet zdrojové kódy

Fix missing prototype warning

Sylvain Becker před 6 roky
rodič
revize
9d4c3f12cd
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      src/SDL_hints.c

+ 1 - 0
src/SDL_hints.c

@@ -22,6 +22,7 @@
 
 
 #include "SDL_hints.h"
 #include "SDL_hints.h"
 #include "SDL_error.h"
 #include "SDL_error.h"
+#include "SDL_hints_c.h"
 
 
 
 
 /* Assuming there aren't many hints set and they aren't being queried in
 /* Assuming there aren't many hints set and they aren't being queried in