summaryrefslogtreecommitdiff
path: root/examples/IPC_SAP/SPIPE_SAP/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/IPC_SAP/SPIPE_SAP/client.cpp')
-rw-r--r--examples/IPC_SAP/SPIPE_SAP/client.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/IPC_SAP/SPIPE_SAP/client.cpp b/examples/IPC_SAP/SPIPE_SAP/client.cpp
index 5ae194c9020..ff18c2e95a6 100644
--- a/examples/IPC_SAP/SPIPE_SAP/client.cpp
+++ b/examples/IPC_SAP/SPIPE_SAP/client.cpp
@@ -3,10 +3,11 @@
#include "ace/SPIPE_Addr.h"
#include "ace/SPIPE_Connector.h"
-#include "shared.h"
#if defined (ACE_HAS_STREAM_PIPES)
+#include "shared.h"
+
int
main (int argc, char *argv[])
{