maybe fix missing include bug (http://bugs.gentoo.org/show_bug.cgi?id=235233)
authorBrenden Matthews <brenden1@rty.ca>
Thu, 11 Sep 2008 15:44:48 +0000 (15:44 +0000)
committerBrenden Matthews <brenden1@rty.ca>
Thu, 11 Sep 2008 15:44:48 +0000 (15:44 +0000)
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1247 7f574dfc-610e-0410-a909-a81674777703

ChangeLog
src/conky.h
src/mpd.h

index 1f8bf07..fbd5683 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 # $Id$
 
+2008-09-11
+       * Maybe fix missing include bug
+       (http://bugs.gentoo.org/show_bug.cgi?id=235233)'
+
 2008-09-10
        * Improved hddtemp support
 
index decb42a..3e390e4 100644 (file)
@@ -43,6 +43,7 @@
 
 #include "config.h"
 #include <sys/utsname.h>
+#include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <locale.h>
index 7f8412f..2ff1b84 100644 (file)
--- a/src/mpd.h
+++ b/src/mpd.h
@@ -1,10 +1,6 @@
 #ifndef MPD_H_
 #define MPD_H_
 
-#include <stdio.h>
-#include <string.h>
-#include <stdlib.h>
-
 #include "libmpdclient.h"
 #include "timed_thread.h"