Commit 82f69eb3 authored by Juho Vähä-Herttua's avatar Juho Vähä-Herttua Committed by Pierre d'Herbemont

cpu: fix compilation on Intel Mac OS X by including header

Signed-off-by: default avatarPierre d'Herbemont <pdherbemont@free.fr>
parent c2485641
......@@ -44,7 +44,7 @@
#include "libvlc.h"
#if defined(__APPLE__) && (defined(__ppc__) || defined(__ppc64__))
#if defined(__APPLE__)
#include <sys/sysctl.h>
#endif
......
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