]> git.sur5r.net Git - i3/i3/commitdiff
include match.h in all.h
authorMichael Stapelberg <michael@stapelberg.de>
Sat, 17 Apr 2010 15:47:07 +0000 (17:47 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Sat, 17 Apr 2010 15:47:07 +0000 (17:47 +0200)
include/all.h

index 84e4a2f9584976be3de73704136d81334da10c0e..acf5e337064ac321704f57b4e81058473d698026 100644 (file)
@@ -49,5 +49,6 @@
 #include "load_layout.h"
 #include "render.h"
 #include "window.h"
+#include "match.h"
 
 #endif