Include config.h everywhere

Ref: <https://github.com/Genymobile/scrcpy/issues/829>

Suggested-by: Louis Kruger <louisk@gmail.com>
This commit is contained in:
Romain Vimont
2019-09-29 22:36:56 +02:00
parent 129dabcfa4
commit 1f8ba1ca79
43 changed files with 61 additions and 4 deletions

View File

@@ -7,6 +7,8 @@
#include "command.h"
#include "config.h"
#include <errno.h>
#include <fcntl.h>
#include <limits.h>

View File

@@ -2,6 +2,8 @@
#include <unistd.h>
#include "config.h"
bool
net_init(void) {
// do nothing

View File

@@ -1,5 +1,6 @@
#include "net.h"
#include "config.h"
#include "log.h"
bool