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.
pull/236/head
Romain Vimont 6 years ago
parent 536b31829a
commit 89e0203682

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

Loading…
Cancel
Save