]> git.sesse.net Git - vlc/commitdiff
mtime: grah, compile before thou commits.
authorDerk-Jan Hartman <hartman@videolan.org>
Mon, 1 Jun 2009 11:40:27 +0000 (13:40 +0200)
committerDerk-Jan Hartman <hartman@videolan.org>
Mon, 1 Jun 2009 11:40:27 +0000 (13:40 +0200)
/me idiot.

src/misc/mtime.c

index 29cb07638c2855256c31ade03c97ac12a6e96f54..a0c24e8e39d84d6169f4bc9d89a453e29add6764 100644 (file)
@@ -56,7 +56,7 @@
 #   include <sys/time.h>
 #endif
 
-#if defines(__APPLE__) && && !defined(__powerpc__) && !defined(__ppc__) && !defined(__ppc64__)
+#if defined(__APPLE__) && !defined(__powerpc__) && !defined(__ppc__) && !defined(__ppc64__)
 #define USE_APPLE_MACH 1
 #   include <mach/mach.h>
 #   include <mach/mach_time.h>