diff --git a/config.h b/config.h index cd8ff78..59a6b59 100644 --- a/config.h +++ b/config.h @@ -1,5 +1,6 @@ /* See LICENSE file for copyright and license details. */ #include +#include "patches.h" /* Helper macros for spawning commands */ #define SHCMD(cmd) { .v = (const char*[]){ "/bin/sh", "-c", cmd, NULL } }