summaryrefslogtreecommitdiff
path: root/cpp/src/IceSSL/Util.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceSSL/Util.h')
-rw-r--r--cpp/src/IceSSL/Util.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/cpp/src/IceSSL/Util.h b/cpp/src/IceSSL/Util.h
index 1e9f39dea91..80f5625a63b 100644
--- a/cpp/src/IceSSL/Util.h
+++ b/cpp/src/IceSSL/Util.h
@@ -7,7 +7,8 @@
//
// **********************************************************************
-#pragma once
+#ifndef ICE_SSL_UTIL_H
+#define ICE_SSL_UTIL_H
#include <IceSSL/UtilF.h>
#include <Ice/Network.h>
@@ -57,3 +58,5 @@ bool checkPath(std::string&, const std::string&, bool);
std::string getSslErrors(bool);
}
+
+#endif