2
0
mirror of https://github.com/Genymobile/scrcpy synced 2025-08-30 22:05:12 +00:00

Add missing include string.h

Include <string.h> for strdup() and strtok_r().
This commit is contained in:
Romain Vimont
2020-04-13 16:26:55 +02:00
parent 7eb16ce364
commit ea46d3ab68

View File

@@ -14,6 +14,7 @@
#include <limits.h>
#include <signal.h>
#include <stdlib.h>
#include <string.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <sys/stat.h>