From: Michael Stapelberg Date: Sat, 17 Apr 2010 15:47:07 +0000 (+0200) Subject: include match.h in all.h X-Git-Tag: tree-pr1~234 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=42bed06b9a59d574b1e183b07ccf069f80f01eee;p=i3%2Fi3 include match.h in all.h --- diff --git a/include/all.h b/include/all.h index 84e4a2f9..acf5e337 100644 --- a/include/all.h +++ b/include/all.h @@ -49,5 +49,6 @@ #include "load_layout.h" #include "render.h" #include "window.h" +#include "match.h" #endif