You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by gs...@apache.org on 2014/10/10 14:55:04 UTC

svn commit: r1630837 - /qpid/proton/branches/examples/proton-c/src/url.c

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-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org