add missing header

This commit is contained in:
Devin J. Pohly 2021-03-04 13:52:58 -06:00
parent dcb7a4d910
commit 156a13d9f9

4
push.h Normal file
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);