summaryrefslogtreecommitdiffhomepage
path: root/patch/include.c
diff options
context:
space:
mode:
Diffstat (limited to 'patch/include.c')
-rw-r--r--patch/include.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/patch/include.c b/patch/include.c
index 2cd434e..156fbac 100644
--- a/patch/include.c
+++ b/patch/include.c
@@ -62,6 +62,14 @@
#include "bstackhoriz.c"
#endif
+#if CENTEREDMASTER_LAYOUT
+#include "centeredmaster.c"
+#endif
+
+#if CENTEREDFLOATINGMASTER_LAYOUT
+#include "centeredfloatingmaster.c"
+#endif
+
#if DECK_LAYOUT
#include "deck.c"
#endif