header for stat()
This commit is contained in:
parent
d785d747bc
commit
af9b092b88
|
@ -691,6 +691,7 @@ enum {
|
|||
#endif
|
||||
|
||||
#ifndef WIN32
|
||||
#include <sys/stat.h>
|
||||
int sigar_sudo_file2str(const char *fname, char *buffer, int buflen)
|
||||
{
|
||||
FILE *fp;
|
||||
|
|
Loading…
Reference in New Issue