1 changed files with
1 additions and
1 deletions
|
|
|
@ -3,9 +3,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
#include <stdbool.h>
|
|
|
|
#include <stdbool.h>
|
|
|
|
#include <stdint.h>
|
|
|
|
#include <stdint.h>
|
|
|
|
#include <recorder.h>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#include "config.h"
|
|
|
|
#include "config.h"
|
|
|
|
|
|
|
|
#include "recorder.h"
|
|
|
|
|
|
|
|
|
|
|
|
struct scrcpy_options {
|
|
|
|
struct scrcpy_options {
|
|
|
|
const char *serial;
|
|
|
|
const char *serial;
|
|
|
|
|