]> git.mdlowis.com Git - proto/labwc.git/commitdiff
server: add missing header file
authorJohan Malm <jgm323@gmail.com>
Mon, 2 Aug 2021 15:45:49 +0000 (16:45 +0100)
committerJohan Malm <jgm323@gmail.com>
Mon, 2 Aug 2021 15:45:49 +0000 (16:45 +0100)
src/server.c

index 6eb1fcdf27d143b89a7a5b51239e495da78544f3..66f1aec8a919baf6b759ce9f7fa7e5e1be1a37d3 100644 (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;