mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-05 21:07:52 +00:00
maybe fix missing include bug (http://bugs.gentoo.org/show_bug.cgi?id=235233)
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1247 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
parent
7996b9d05c
commit
0c59779528
@ -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
|
||||
|
||||
|
@ -43,6 +43,7 @@
|
||||
|
||||
#include "config.h"
|
||||
#include <sys/utsname.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <locale.h>
|
||||
|
Loading…
Reference in New Issue
Block a user