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

Fix include recorder.h

This commit is contained in:
Romain Vimont 2019-11-06 22:22:23 +01:00
parent 0e301ddf19
commit 2d90e1befd

View File

@ -3,9 +3,9 @@
#include <stdbool.h>
#include <stdint.h>
#include <recorder.h>
#include "config.h"
#include "recorder.h"
struct scrcpy_options {
const char *serial;