add missing header

This commit is contained in:
Devin J. Pohly
2022-12-05 22:58:26 -06:00
parent 0259e9a8ab
commit a4e4fd3d25
+4
View File
@@ -0,0 +1,4 @@
static Client *nexttiled(Client *sel);
static Client *prevtiled(Client *sel);
static void pushdown(const Arg *arg);
static void pushup(const Arg *arg);