Author: rhs
Date: Thu Oct 25 19:40:28 2012
New Revision: 1402292
URL: http://svn.apache.org/viewvc?rev=1402292&view=rev
Log:
added #include for sys/time.h
Modified:
qpid/proton/trunk/proton-c/src/messenger.c
Modified: qpid/proton/trunk/proton-c/src/messenger.c
URL:
http://svn.apache.org/viewvc/qpid/proton/trunk/proton-c/src/messenger.c?rev=1402292&r1=1402291&r2=1402292&view=diff
==============================================================================
--- qpid/proton/trunk/proton-c/src/messenger.c (original)
+++ qpid/proton/trunk/proton-c/src/messenger.c Thu Oct 25 19:40:28 2012
@@ -27,6 +27,7 @@
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
+#include <sys/time.h>
#include <uuid/uuid.h>
#include "util.h"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]