summaryrefslogtreecommitdiff
path: root/lldb/tools/lldb-server/LLDBServerUtilities.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/tools/lldb-server/LLDBServerUtilities.h')
-rw-r--r--lldb/tools/lldb-server/LLDBServerUtilities.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/lldb/tools/lldb-server/LLDBServerUtilities.h b/lldb/tools/lldb-server/LLDBServerUtilities.h
index 3ade1f9f5b8a..b59d1e411540 100644
--- a/lldb/tools/lldb-server/LLDBServerUtilities.h
+++ b/lldb/tools/lldb-server/LLDBServerUtilities.h
@@ -1,3 +1,7 @@
+#ifndef LLDB_TOOLS_LLDB_SERVER_LLDBSERVERUTILITIES_H
+
+#define LLDB_TOOLS_LLDB_SERVER_LLDBSERVERUTILITIES_H
+
//===-- LLDBServerUtilities.h -----------------------------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
@@ -21,3 +25,5 @@ public:
};
}
}
+
+#endif