Include config.h to fix HIDPI support

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

Signed-off-by: Romain Vimont <rom@rom1v.com>
master
Louis Kruger 6 years ago committed by Romain Vimont
parent f510f1de1c
commit 129dabcfa4

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

Loading…
Cancel
Save