summaryrefslogtreecommitdiff
path: root/dwm.c
diff options
context:
space:
mode:
Diffstat (limited to 'dwm.c')
-rw-r--r--dwm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/dwm.c b/dwm.c
index c902188..191fd19 100644
--- a/dwm.c
+++ b/dwm.c
@@ -283,6 +283,8 @@ static Visual *visual;
static int depth;
static Colormap cmap;
+#include "movestack.c"
+
/* configuration, allows nested code to access above variables */
#include "config.h"