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