diff options
Diffstat (limited to 'patch/include.c')
| -rw-r--r-- | patch/include.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/patch/include.c b/patch/include.c index dc516fe..5113dc6 100644 --- a/patch/include.c +++ b/patch/include.c @@ -122,6 +122,9 @@ #if STACKER_PATCH #include "stacker.c" #endif +#if STATUS2D_PATCH && !STATUSCOLORS_PATCH +#include "status2d.c" +#endif #if STATUSCOLORS_PATCH #include "statuscolors.c" #endif |
