Include config.h as "config/config.h" rather than <config/config.h> to avoid interfering with Xcode include path behavior. Submitted by: Kevin Van Vechten <kvv@apple.com>
--- trunk/src/internal.h 2009-10-31 11:53:16 UTC (rev 76)
+++ trunk/src/internal.h 2009-10-31 11:54:09 UTC (rev 77)
@@ -27,7 +27,7 @@
#ifndef __DISPATCH_INTERNAL__
#define __DISPATCH_INTERNAL__
-#include <config/config.h>
+#include "config/config.h"
#define __DISPATCH_BUILDING_DISPATCH__
#define __DISPATCH_INDIRECT__