Adding reorganizetags patch

This commit is contained in:
bakkeby
2020-08-02 15:18:18 +02:00
parent f067db87aa
commit ed7a43edf1
7 changed files with 55 additions and 0 deletions

View File

@ -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