summaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
authorBossCode45 <human.cyborg42@gmail.com>2025-01-04 20:28:39 +1300
committerBossCode45 <human.cyborg42@gmail.com>2025-01-04 20:28:39 +1300
commite9c351d109439ca27c472f0d8d5f8a530ce24033 (patch)
tree41c98af4d94bb615e16cfd13eed026f3fc2dbb28 /src/config.h
parentaa1500fea32db04c9e4fe72786ebd7e3479b6a8a (diff)
downloadYATwm-e9c351d109439ca27c472f0d8d5f8a530ce24033.tar.gz
YATwm-e9c351d109439ca27c472f0d8d5f8a530ce24033.zip
revert: Added the commands library back to the source
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h
index b04753f..55e4fd3 100644
--- a/src/config.h
+++ b/src/config.h
@@ -2,7 +2,7 @@
#include <X11/X.h>
#include <X11/keysym.h>
-#include <commands.h>
+#include "commands.h"
#include <string>
#include <vector>