diff --git a/settings.c b/settings.c index 74f8d5f..126cd15 100644 --- a/settings.c +++ b/settings.c @@ -1,8 +1,11 @@ /* copyright 2013 Sascha Kruse and contributors (see LICENSE for licensing information) */ #include + +#ifndef STATIC_CONFIG #include #include +#endif #include "dunst.h" #include "rules.h"