summaryrefslogtreecommitdiff
path: root/src/lib/cross.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-06-10 12:06:04 +0100
committerCarl Hetherington <cth@carlh.net>2013-06-10 12:06:04 +0100
commita991c734ebfedb5456cec827d5eaf2583fdbb9a1 (patch)
treea1315b26da908ad6de4247064a00a7493482c933 /src/lib/cross.h
parent6db935ce99e1aac8f11afb023941922265670e6b (diff)
Detect CPU info on OS X.
Diffstat (limited to 'src/lib/cross.h')
-rw-r--r--src/lib/cross.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/cross.h b/src/lib/cross.h
index 110660b16..970bf3e9d 100644
--- a/src/lib/cross.h
+++ b/src/lib/cross.h
@@ -17,8 +17,11 @@
*/
+#include <string>
+
#ifdef DVDOMATIC_WINDOWS
#define WEXITSTATUS(w) (w)
#endif
void dvdomatic_sleep (int);
+extern std::pair<std::string, int> cpu_info ();