[libdispatch-changes] [77] trunk/src/internal.h

source_changes at macosforge.org source_changes at macosforge.org
Sat Oct 31 04:54:09 PDT 2009


Revision: 77
          http://trac.macosforge.org/projects/libdispatch/changeset/77
Author:   robert at 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 at 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__
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/libdispatch-changes/attachments/20091031/a80931a2/attachment.html>


More information about the libdispatch-changes mailing list