summaryrefslogtreecommitdiffstats
path: root/io/source/acceptor/acceptor.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'io/source/acceptor/acceptor.hxx')
-rw-r--r--io/source/acceptor/acceptor.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/io/source/acceptor/acceptor.hxx b/io/source/acceptor/acceptor.hxx
index 3e56b86e75e9..53db4df449f6 100644
--- a/io/source/acceptor/acceptor.hxx
+++ b/io/source/acceptor/acceptor.hxx
@@ -17,6 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+#ifndef INCLUDED_IO_SOURCE_ACCEPTOR_ACCEPTOR_HXX
+#define INCLUDED_IO_SOURCE_ACCEPTOR_ACCEPTOR_HXX
+
#include <osl/pipe.hxx>
#include <osl/socket.hxx>
@@ -65,4 +68,6 @@ namespace io_acceptor {
}
+#endif // INCLUDED_IO_SOURCE_ACCEPTOR_ACCEPTOR_HXX
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */