1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-11-05 21:07:52 +00:00

adding missing include to smapi code

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1052 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
Brenden Matthews 2008-03-27 20:01:27 +00:00
parent 5c9e2dcbfc
commit 8de47c132d

View File

@ -23,6 +23,7 @@
#include "conky.h"
#include <stdio.h>
#include <stdlib.h>
#include <sys/stat.h>
#define SYS_SMAPI_PATH "/sys/devices/platform/smapi"