From db65daa204b3f2a2eb49377da277f3c44f33247d Mon Sep 17 00:00:00 2001
From: Pavel Kirilin <win10@list.ru>
Date: Fri, 31 Jul 2020 15:06:50 +0400
Subject: [PATCH] Fixed missing include.

---
 dwm/config.def.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dwm/config.def.h b/dwm/config.def.h
index 87d7457..6ba4957 100644
--- a/dwm/config.def.h
+++ b/dwm/config.def.h
@@ -1,5 +1,5 @@
 /* See LICENSE file for copyright and license details. */
-
+#include <X11/XF86keysym.h>
 /* appearance */
 static const unsigned int borderpx  = 1;        /* border pixel of windows */
 static const unsigned int snap      = 32;       /* snap pixel */
-- 
GitLab