fix OS X compilation (i hope)

git-svn-id: svn://localhost/ardour2/branches/3.0@14142 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2013-03-05 04:33:38 +00:00
parent 4c401fcdcb
commit dff782989b

View file

@ -60,7 +60,7 @@
#include "i18n.h"
#if (defined __APPLE__ && defined OSX_CUSTOM_FONT)
#ifdef __APPLE__
#include <Carbon/Carbon.h>
#endif