From 8ca41b13a8f3e9134398aa4e98d7728736a731a0 Mon Sep 17 00:00:00 2001 From: Ilya Tumaykin Date: Fri, 29 Jul 2016 02:22:36 +0100 Subject: [PATCH] Fix: Multiple implicitly declared functions https://github.com/knopwob/dunst/issues/267 --- dunst.h | 1 + settings.c | 2 ++ 2 files changed, 3 insertions(+) diff --git a/dunst.h b/dunst.h index c4c7519..054c99e 100644 --- a/dunst.h +++ b/dunst.h @@ -3,6 +3,7 @@ #pragma once #include +#include #include #include "x.h" diff --git a/settings.c b/settings.c index 54baea4..e8d4cd3 100644 --- a/settings.c +++ b/settings.c @@ -1,6 +1,8 @@ /* copyright 2013 Sascha Kruse and contributors (see LICENSE for licensing information) */ #include +#include +#include #ifndef STATIC_CONFIG #include