diff system/System.cpp @ 608:d7f3dfe6f9a4

* solaris build fixes
author Chris Cannam
date Thu, 10 Sep 2009 18:44:45 +0000
parents d3faa6447c5b
children b4a8d8221eaf
line wrap: on
line diff
--- a/system/System.cpp	Thu Sep 10 14:31:49 2009 +0000
+++ b/system/System.cpp	Thu Sep 10 18:44:45 2009 +0000
@@ -23,6 +23,8 @@
 #ifndef _WIN32
 #include <signal.h>
 #include <sys/statvfs.h>
+#include <locale.h>
+#include <unistd.h>
 #endif
 
 #ifdef __APPLE__