server: add missing header file

This commit is contained in:
Johan Malm 2021-08-02 16:45:49 +01:00
parent 2aeb4ee643
commit d6376808b8

View file

@ -11,6 +11,7 @@
#include "labwc.h"
#include "layers.h"
#include "menu/menu.h"
#include "ssd.h"
#include "theme.h"
static struct wlr_compositor *compositor;