diff options
Diffstat (limited to 'patch/include.c')
| -rw-r--r-- | patch/include.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/patch/include.c b/patch/include.c index cf24638..17f2e81 100644 --- a/patch/include.c +++ b/patch/include.c @@ -218,7 +218,9 @@ #if ROUNDED_CORNERS_PATCH #include "roundedcorners.c" #endif -#if SCRATCHPADS_PATCH +#if RENAMED_SCRATCHPADS_PATCH +#include "renamed_scratchpads.c" +#elif SCRATCHPADS_PATCH #include "scratchpad.c" #endif #if SCRATCHPAD_ALT_1_PATCH |
