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

@@ -8,8 +8,8 @@
#define SDL_MAIN_HANDLED // avoid link error on Linux Windows Subsystem
#include <SDL2/SDL.h>
#include "compat.h"
#include "config.h"
#include "compat.h"
#include "log.h"
#include "recorder.h"