mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-07-29 04:08:56 +00:00
Define feature test macros in common.h
This enables necessary functions once for all. As a consequence, define common.h before any other header.
This commit is contained in:
parent
59feb2a15c
commit
ab912c23e7
37 changed files with 77 additions and 53 deletions
|
@ -1,7 +1,8 @@
|
|||
#include "common.h"
|
||||
|
||||
#include <assert.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "common.h"
|
||||
#include "cli.h"
|
||||
#include "scrcpy.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue