diff --git a/hotspot/test/native/unittest.hpp b/hotspot/test/native/unittest.hpp index 08499f5b0eb..95ae7b9bb40 100644 --- a/hotspot/test/native/unittest.hpp +++ b/hotspot/test/native/unittest.hpp @@ -22,6 +22,9 @@ * */ +#ifndef UNITTEST_HPP +#define UNITTEST_HPP + #include #include @@ -111,3 +114,5 @@ #define TEST_VM_ASSERT_MSG(...) \ TEST_VM_ASSERT_MSG is only available in debug builds #endif + +#endif // UNITTEST_HPP