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