summaryrefslogtreecommitdiff
path: root/examples/IPC_SAP
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-06-22 04:11:17 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-06-22 04:11:17 +0000
commitb30006408711e38e17215b79a0e8d9b9220fba3b (patch)
treebb379c423294b5d8a47ae114abde9b6d78c102cb /examples/IPC_SAP
parent457a041ebea6678684cc614b55dcdee9fa85bb62 (diff)
downloadATCD-b30006408711e38e17215b79a0e8d9b9220fba3b.tar.gz
ChangeLogTag:Sun Jun 22 03:27:10 UTC 2003 Don Hinton <dhinton@dresystems.com>
Diffstat (limited to 'examples/IPC_SAP')
-rw-r--r--examples/IPC_SAP/FIFO_SAP/FIFO-Msg-client.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/IPC_SAP/FIFO_SAP/FIFO-Msg-client.cpp b/examples/IPC_SAP/FIFO_SAP/FIFO-Msg-client.cpp
index d983556b2b6..9186e5f6d1e 100644
--- a/examples/IPC_SAP/FIFO_SAP/FIFO-Msg-client.cpp
+++ b/examples/IPC_SAP/FIFO_SAP/FIFO-Msg-client.cpp
@@ -1,6 +1,7 @@
// $Id$
#include "ace/FIFO_Send_Msg.h"
+#include "ace/OS.h"
ACE_RCSID(FIFO_SAP, FIFO_Msg_client, "$Id$")
@@ -29,7 +30,7 @@ ACE_TMAIN (int, ACE_TCHAR *[])
return 0;
}
#else
-#include <stdio.h>
+#include "ace/os_include/os_stdio.h"
int ACE_TMAIN (int, ACE_TCHAR *[])
{
ACE_OS::fprintf (stderr, "This feature is not supported\n");