Revision: 77 http://trac.macosforge.org/projects/libdispatch/changeset/77 Author: robert@fledge.watson.org Date: 2009-10-31 04:54:09 -0700 (Sat, 31 Oct 2009) Log Message: ----------- 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> Modified Paths: -------------- trunk/src/internal.h Modified: trunk/src/internal.h =================================================================== --- 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__