Fix: Multiple implicitly declared functions

https://github.com/knopwob/dunst/issues/267
This commit is contained in:
Ilya Tumaykin 2016-07-29 02:22:36 +01:00 committed by Eizen
parent d2c63f1f00
commit 8ca41b13a8
2 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,7 @@
#pragma once
#include <glib.h>
#include <stdio.h>
#include <stdbool.h>
#include "x.h"

View File

@ -1,6 +1,8 @@
/* copyright 2013 Sascha Kruse and contributors (see LICENSE for licensing information) */
#include <glib.h>
#include <stdlib.h>
#include <string.h>
#ifndef STATIC_CONFIG
#include <basedir.h>