summaryrefslogtreecommitdiff
path: root/ace/IPC/FIFO_Recv_Msg.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/IPC/FIFO_Recv_Msg.h')
-rw-r--r--ace/IPC/FIFO_Recv_Msg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/IPC/FIFO_Recv_Msg.h b/ace/IPC/FIFO_Recv_Msg.h
index 3920e063630..d90bccf8c28 100644
--- a/ace/IPC/FIFO_Recv_Msg.h
+++ b/ace/IPC/FIFO_Recv_Msg.h
@@ -15,7 +15,7 @@
#define ACE_FIFO_RECV_MSG_H
#include "ace/pre.h"
-#include "ace/FIFO_Recv.h"
+#include "ace/IPC/FIFO_Recv.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
@@ -74,7 +74,7 @@ public:
};
#if !defined (ACE_LACKS_INLINE_FUNCTIONS)
-#include "ace/FIFO_Recv_Msg.i"
+#include "ace/IPC/FIFO_Recv_Msg.i"
#endif
#include "ace/post.h"