Author: rhs
Date: Thu Oct 25 20:02:45 2012
New Revision: 1402310
URL: http://svn.apache.org/viewvc?rev=1402310&view=rev
Log:
added #ifndef around _POSIC_C_SOURCE
Modified:
qpid/proton/trunk/proton-c/src/ssl/ssl-internal.h
Modified: qpid/proton/trunk/proton-c/src/ssl/ssl-internal.h
URL:
http://svn.apache.org/viewvc/qpid/proton/trunk/proton-c/src/ssl/ssl-internal.h?rev=1402310&r1=1402309&r2=1402310&view=diff
==============================================================================
--- qpid/proton/trunk/proton-c/src/ssl/ssl-internal.h (original)
+++ qpid/proton/trunk/proton-c/src/ssl/ssl-internal.h Thu Oct 25 20:02:45 2012
@@ -21,7 +21,9 @@
*
*/
+#ifndef _POSIX_C_SOURCE
#define _POSIX_C_SOURCE 1
+#endif
#include <proton/driver.h>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]