Skip to content

Commit

Permalink
Fix include recorder.h
Browse files Browse the repository at this point in the history
  • Loading branch information
rom1v committed Nov 6, 2019
1 parent 0e301dd commit 2d90e1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/scrcpy.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 2d90e1b

Please sign in to comment.