[hornetq-commits] JBoss hornetq SVN: r10039 - trunk/native/src.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Dec 13 18:18:51 EST 2010


Author: clebert.suconic at jboss.com
Date: 2010-12-13 18:18:50 -0500 (Mon, 13 Dec 2010)
New Revision: 10039

Modified:
   trunk/native/src/AsyncFile.cpp
Log:
RHEL6 would complain about this include. Adding it to fix compilations on RHEL6

Modified: trunk/native/src/AsyncFile.cpp
===================================================================
--- trunk/native/src/AsyncFile.cpp	2010-12-13 18:10:21 UTC (rev 10038)
+++ trunk/native/src/AsyncFile.cpp	2010-12-13 23:18:50 UTC (rev 10039)
@@ -24,6 +24,7 @@
 #include <errno.h>
 #include <libaio.h>
 #include <fcntl.h>
+#include <sys/stat.h>
 #include "AsyncFile.h"
 #include "AIOController.h"
 #include "AIOException.h"



More information about the hornetq-commits mailing list