Commit cfcbdae7 authored by Felix Paul Kühne's avatar Felix Paul Kühne

misc/cpu: fixed compilation on Darwin (PPC)

parent fc50cd59
......@@ -43,6 +43,10 @@
#endif
#include <assert.h>
#ifdef __APPLE__
#include <sys/sysctl.h>
#endif
#include "libvlc.h"
#if defined( __i386__ ) || defined( __x86_64__ ) || defined( __powerpc__ ) \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment