Author: gsim
Date: Fri Oct 10 12:55:03 2014
New Revision: 1630837

URL: http://svn.apache.org/r1630837
Log:
PROTON-693: Fix for windows build

Modified:
    qpid/proton/branches/examples/proton-c/src/url.c

Modified: qpid/proton/branches/examples/proton-c/src/url.c
URL: 
http://svn.apache.org/viewvc/qpid/proton/branches/examples/proton-c/src/url.c?rev=1630837&r1=1630836&r2=1630837&view=diff
==============================================================================
--- qpid/proton/branches/examples/proton-c/src/url.c (original)
+++ qpid/proton/branches/examples/proton-c/src/url.c Fri Oct 10 12:55:03 2014
@@ -19,8 +19,10 @@
  *
  */
 
-#include <proton/url.h>
-#include <proton/util.h>
+#include "proton/url.h"
+#include "proton/util.h"
+#include "platform.h"
+
 #include <stdlib.h>
 #include <string.h>
 #include <stdio.h>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to