From 5374441cdd669c3cfe5433fc9f23b6a4ee4b7de7 Mon Sep 17 00:00:00 2001 From: Kevin Ollivier Date: Tue, 5 Jan 2010 00:50:09 +0000 Subject: [PATCH] Use correct framework header so that we get CFStringRef, etc. included as well. Originally committed to SVN as r3938. --- aegisub/src/libosxutil/launch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aegisub/src/libosxutil/launch.c b/aegisub/src/libosxutil/launch.c index bfdddd731..16b979520 100644 --- a/aegisub/src/libosxutil/launch.c +++ b/aegisub/src/libosxutil/launch.c @@ -1,4 +1,4 @@ -#include +#include #include "libosxutil.h" void OSX_OpenLocation (const char *location) {