XULRunner bustage fix for bug 482277, forgot to replace an individually included header. b=482277
authorJosh Aas <joshmoz@gmail.com>
Fri, 20 Mar 2009 16:21:08 -0700
changeset 26433 35c8ac2aac227473785dc37366b441ad4c9634dc
parent 26432 825869c4798a0225eff37aaeaf04f505d54775ac
child 26434 10e8371749f9d4e7f1444c313db6744333453c84
push id6066
push userjosh@mozilla.com
push dateFri, 20 Mar 2009 23:19:09 +0000
treeherdermozilla-central@35c8ac2aac22 [default view] [failures only]
perfherder[talos] [build metrics] [platform microbench] (compared to previous push)
bugs482277
milestone1.9.2a1pre
XULRunner bustage fix for bug 482277, forgot to replace an individually included header. b=482277
xulrunner/stub/nsXULStub.cpp
--- a/xulrunner/stub/nsXULStub.cpp
+++ b/xulrunner/stub/nsXULStub.cpp
@@ -48,17 +48,17 @@
 #ifdef XP_WIN
 #include <windows.h>
 #include <io.h>
 #define snprintf _snprintf
 #define vsnprintf _vsnprintf
 #define PATH_SEPARATOR_CHAR '\\'
 #define R_OK 04
 #elif defined(XP_MACOSX)
-#include <CFBundle.h>
+#include <CoreFoundation/CoreFoundation.h>
 #define PATH_SEPARATOR_CHAR '/'
 #elif defined (XP_OS2)
 #define INCL_DOS
 #define INCL_DOSMISC
 #define INCL_DOSERRORS
 #include <os2.h>
 #include <unistd.h>
 #include <sys/types.h>