aboutsummaryrefslogtreecommitdiff
path: root/lldb/include/lldb/Host/HostGetOpt.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/include/lldb/Host/HostGetOpt.h')
-rw-r--r--lldb/include/lldb/Host/HostGetOpt.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/lldb/include/lldb/Host/HostGetOpt.h b/lldb/include/lldb/Host/HostGetOpt.h
index dedeb2e2fcc3..746e03e1bd1e 100644
--- a/lldb/include/lldb/Host/HostGetOpt.h
+++ b/lldb/include/lldb/Host/HostGetOpt.h
@@ -5,7 +5,9 @@
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//
-#pragma once
+
+#ifndef LLDB_HOST_HOSTGETOPT_H
+#define LLDB_HOST_HOSTGETOPT_H
#if !defined(_MSC_VER) && !defined(__NetBSD__)
@@ -21,3 +23,5 @@
#include <lldb/Host/common/GetOptInc.h>
#endif
+
+#endif // LLDB_HOST_HOSTGETOPT_H