mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-08-03 14:49:29 +00:00
Add missing include common.h
This commit is contained in:
parent
ff9fb5994d
commit
064670ab4c
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
||||||
#ifndef SC_AOA_HID_H
|
#ifndef SC_AOA_HID_H
|
||||||
#define SC_AOA_HID_H
|
#define SC_AOA_HID_H
|
||||||
|
|
||||||
|
#include "common.h"
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue