diff options
Diffstat (limited to 'patch/include.h')
| -rw-r--r-- | patch/include.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/patch/include.h b/patch/include.h index 9130311..94b5a59 100644 --- a/patch/include.h +++ b/patch/include.h @@ -138,6 +138,11 @@ #if INPLACEROTATE_PATCH #include "inplacerotate.h" #endif +#if IPC_PATCH +#include "ipc.h" +#include "ipc/ipc.h" +#include "ipc/util.h" +#endif #if INSETS_PATCH #include "insets.h" #endif |
