You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by as...@apache.org on 2014/09/22 20:04:17 UTC

svn commit: r1626861 - /qpid/proton/trunk/proton-c/src/url.c

Author: astitcher
Date: Mon Sep 22 18:04:17 2014
New Revision: 1626861

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

Modified:
    qpid/proton/trunk/proton-c/src/url.c

Modified: qpid/proton/trunk/proton-c/src/url.c
URL: http://svn.apache.org/viewvc/qpid/proton/trunk/proton-c/src/url.c?rev=1626861&r1=1626860&r2=1626861&view=diff
==============================================================================
--- qpid/proton/trunk/proton-c/src/url.c (original)
+++ qpid/proton/trunk/proton-c/src/url.c Mon Sep 22 18:04:17 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