include sys/stat.h

This commit is contained in:
Doug MacEachern 2008-03-16 02:11:11 +00:00
parent abbb5f0208
commit cf8308ad60
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@
#ifndef WIN32
#include <dirent.h>
#include <sys/stat.h>
SIGAR_INLINE char *sigar_uitoa(char *buf, unsigned int n, int *len)
{