You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ch...@apache.org on 2014/05/28 19:48:15 UTC

svn commit: r1598084 - /qpid/proton/trunk/proton-c/include/proton/types.h

Author: chug
Date: Wed May 28 17:48:14 2014
New Revision: 1598084

URL: http://svn.apache.org/r1598084
Log:
PROTON-587: Fails to compile Visual Studio 2008
This fix provides a definition for size_t in that compiler suite.


Modified:
    qpid/proton/trunk/proton-c/include/proton/types.h

Modified: qpid/proton/trunk/proton-c/include/proton/types.h
URL: http://svn.apache.org/viewvc/qpid/proton/trunk/proton-c/include/proton/types.h?rev=1598084&r1=1598083&r2=1598084&view=diff
==============================================================================
--- qpid/proton/trunk/proton-c/include/proton/types.h (original)
+++ qpid/proton/trunk/proton-c/include/proton/types.h Wed May 28 17:48:14 2014
@@ -23,6 +23,7 @@
  */
 
 #include <proton/import_export.h>
+#include <stddef.h>
 #include <sys/types.h>
 #include <proton/type_compat.h>
 



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