1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-09-29 21:49:07 +00:00

Include <string.h> for strncpy().

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@757 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
Roman Bogorodskiy 2006-11-12 06:38:21 +00:00
parent 112253e474
commit 60393cc107
2 changed files with 1 additions and 2 deletions

View File

@ -17,6 +17,7 @@
#include <sys/utsname.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <locale.h>
#include <langinfo.h>
#include <wchar.h>

View File

@ -18,8 +18,6 @@
#include <X11/Xft/Xft.h>
#endif
#include <stdio.h>
#ifdef HAVE_XDBE
int use_xdbe;
#endif