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:
Romain Vimont 2018-08-15 17:13:39 +02:00
parent 536b31829a
commit 89e0203682

View file

@ -1,3 +1,4 @@
#include <lock_util.h>
#include <stdlib.h>
#include <SDL2/SDL_mutex.h>