diff options
Diffstat (limited to 'patch/include.c')
| -rw-r--r-- | patch/include.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/patch/include.c b/patch/include.c index 4ed46cd..80be7d0 100644 --- a/patch/include.c +++ b/patch/include.c @@ -146,6 +146,9 @@ #if VANITYGAPS_PATCH #include "vanitygaps.c" #endif +#if VTCOLORS_PATCH +#include "vtcolors.c" +#endif #if WARP_PATCH #include "warp.c" #endif @@ -155,7 +158,7 @@ #if ZOOMSWAP_PATCH #include "zoomswap.c" #endif -#if XRDB_PATCH +#if XRDB_PATCH && !VTCOLORS_PATCH #include "xrdb.c" #endif /* Layouts */ |
