Mercurial > hg > svcore
comparison system/System.cpp @ 608:d7f3dfe6f9a4
* solaris build fixes
author | Chris Cannam |
---|---|
date | Thu, 10 Sep 2009 18:44:45 +0000 |
parents | d3faa6447c5b |
children | b4a8d8221eaf |
comparison
equal
deleted
inserted
replaced
607:a67651386253 | 608:d7f3dfe6f9a4 |
---|---|
21 #include <stdint.h> | 21 #include <stdint.h> |
22 | 22 |
23 #ifndef _WIN32 | 23 #ifndef _WIN32 |
24 #include <signal.h> | 24 #include <signal.h> |
25 #include <sys/statvfs.h> | 25 #include <sys/statvfs.h> |
26 #include <locale.h> | |
27 #include <unistd.h> | |
26 #endif | 28 #endif |
27 | 29 |
28 #ifdef __APPLE__ | 30 #ifdef __APPLE__ |
29 #include <sys/param.h> | 31 #include <sys/param.h> |
30 #include <sys/sysctl.h> | 32 #include <sys/sysctl.h> |