Add missing include for lock_util.h
lock_util.c did not include lock_util.h. This was catched by the gcc option -Wmissing-prototypes.
This commit is contained in:
parent
536b31829a
commit
89e0203682
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
#include <lock_util.h>
|
||||
#include <stdlib.h>
|
||||
#include <SDL2/SDL_mutex.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue