Skip to content

Commit

Permalink
Fix missing prototype warning
Browse files Browse the repository at this point in the history
  • Loading branch information
1bsyl committed Nov 16, 2019
1 parent 2dab79b commit 9d4c3f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/SDL_hints.c
Expand Up @@ -22,6 +22,7 @@

#include "SDL_hints.h"
#include "SDL_error.h"
#include "SDL_hints_c.h"


/* Assuming there aren't many hints set and they aren't being queried in
Expand Down

0 comments on commit 9d4c3f1

Please sign in to comment.