QTfrontend/ui/widget/feedbackdialog.cpp
branch0.9.19
changeset 8930 a71599790f7a
parent 8924 13ac59499066
child 9040 282c7ef1822d
--- a/QTfrontend/ui/widget/feedbackdialog.cpp	Sat Apr 20 20:39:37 2013 +0200
+++ b/QTfrontend/ui/widget/feedbackdialog.cpp	Sat Apr 20 20:48:33 2013 +0200
@@ -44,6 +44,9 @@
 
 #ifdef Q_WS_MAC
 #include <sys/sysctl.h>
+#ifndef _SC_NPROCESSORS_ONLN
+#define _SC_NPROCESSORS_ONLN 58
+#endif
 #endif
 
 #include <stdint.h>