summaryrefslogtreecommitdiff
path: root/ace/POSIX_Asynch_IO.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/POSIX_Asynch_IO.h')
-rw-r--r--ace/POSIX_Asynch_IO.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ace/POSIX_Asynch_IO.h b/ace/POSIX_Asynch_IO.h
index ea31b0faafb..6e9ba7d0146 100644
--- a/ace/POSIX_Asynch_IO.h
+++ b/ace/POSIX_Asynch_IO.h
@@ -20,7 +20,7 @@
#ifndef ACE_POSIX_ASYNCH_IO_H
#define ACE_POSIX_ASYNCH_IO_H
-#include "ace/OS.h"
+#include "ace/config-all.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
#pragma once
@@ -28,6 +28,7 @@
#if defined (ACE_HAS_AIO_CALLS)
+#include "ace/OS.h"
#include "ace/Asynch_IO_Impl.h"
#include "ace/Reactor.h"
#include "ace/Select_Reactor.h"