Use correct framework header so that we get CFStringRef, etc. included as well.

Originally committed to SVN as r3938.
This commit is contained in:
Kevin Ollivier 2010-01-05 00:50:09 +00:00
parent 8513fef7e2
commit 5374441cdd
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#include <LSOpen.h>
#include <ApplicationServices/ApplicationServices.h>
#include "libosxutil.h"
void OSX_OpenLocation (const char *location) {