mirror of
https://github.com/Genymobile/scrcpy
synced 2025-01-28 02:33:17 +00:00
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,3 +1,4 @@
|
||||
#include <lock_util.h>
|
||||
#include <stdlib.h>
|
||||
#include <SDL2/SDL_mutex.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user