mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-08-21 09:49:06 +00:00
Add missing includes
Include these headers explicitly instead of relying on transitivity.
This commit is contained in:
parent
4c47598865
commit
007f616302
4 changed files with 5 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
#include <assert.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "util/strbuf.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue