Include config.h to fix HIDPI support

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

Signed-off-by: Romain Vimont <rom@rom1v.com>
This commit is contained in:
Louis Kruger 2019-09-28 18:54:08 -04:00 committed by Romain Vimont
parent f510f1de1c
commit 129dabcfa4

View file

@ -3,6 +3,7 @@
#include <string.h>
#include <SDL2/SDL.h>
#include "config.h"
#include "common.h"
#include "compat.h"
#include "icon.xpm"