changeset 3523:5e5b68053de7 trunk

Pull in Carbon headers.
author William Pitcock <nenolod@atheme.org>
date Thu, 13 Sep 2007 00:39:27 -0500
parents 18cffff8eaa0
children 55560e18fa77
files src/audacious/platform/smartinclude.h
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/audacious/platform/smartinclude.h	Sun Sep 02 23:52:38 2007 -0500
+++ b/src/audacious/platform/smartinclude.h	Thu Sep 13 00:39:27 2007 -0500
@@ -28,3 +28,7 @@
 #endif
 
 #include <gdk/gdkkeysyms.h>
+
+#ifdef GDK_WINDOWING_QUARTZ
+# include <Carbon/Carbon.h>
+#endif