From 42ce867ae2cdee741c0bfc22c62c55c05fb1321d Mon Sep 17 00:00:00 2001 From: Matt Jolly Date: Sat, 6 Apr 2024 00:34:03 +1000 Subject: [PATCH] fvwm-root: add missing libs/log.h include for fvwm_debug --- bin/fvwm-root.c | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/fvwm-root.c b/bin/fvwm-root.c index f74f3f9c1..73a1bf4a1 100644 --- a/bin/fvwm-root.c +++ b/bin/fvwm-root.c @@ -22,6 +22,7 @@ #include "libs/Picture.h" #include "libs/Graphics.h" #include "libs/Fsvg.h" +#include "libs/log.h" int save_colors = 0; Display *dpy;