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 2964b98..9e008b9 100644 --- a/patch/include.c +++ b/patch/include.c @@ -137,6 +137,9 @@ #elif PUSH_PATCH #include "push.c" #endif +#if REORGANIZETAGS_PATCH +#include "reorganizetags.c" +#endif #if RESTARTSIG_PATCH #include "restartsig.c" #endif |
