1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-09-29 21:49:07 +00:00
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1247 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
Brenden Matthews 2008-09-11 15:44:48 +00:00
parent 7996b9d05c
commit 0c59779528
3 changed files with 5 additions and 4 deletions

View File

@ -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

View File

@ -43,6 +43,7 @@
#include "config.h"
#include <sys/utsname.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <locale.h>

View File

@ -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"