From cf8308ad60add07691dbc3195ecb9e4276a53ec0 Mon Sep 17 00:00:00 2001 From: Doug MacEachern Date: Sun, 16 Mar 2008 02:11:11 +0000 Subject: [PATCH] include sys/stat.h --- src/sigar_util.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sigar_util.c b/src/sigar_util.c index 2b935ebd..10ea2c18 100644 --- a/src/sigar_util.c +++ b/src/sigar_util.c @@ -30,6 +30,7 @@ #ifndef WIN32 #include +#include SIGAR_INLINE char *sigar_uitoa(char *buf, unsigned int n, int *len) {