Mercurial > hg > svcore
comparison system/System.cpp @ 196:28c38d1e5141
included OSX-specific headers
author | Martin Gasser |
---|---|
date | Tue, 24 Oct 2006 11:13:41 +0000 |
parents | ebf55cf0d34d |
children | 91fdc752e540 |
comparison
equal
deleted
inserted
replaced
195:c92a605f6b59 | 196:28c38d1e5141 |
---|---|
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 #endif | |
27 | |
28 #ifdef __APPLE__ | |
29 #include <sys/param.h> | |
30 #include <sys/sysctl.h> | |
26 #endif | 31 #endif |
27 | 32 |
28 #include <iostream> | 33 #include <iostream> |
29 | 34 |
30 #ifdef _WIN32 | 35 #ifdef _WIN32 |