summaryrefslogtreecommitdiffstats
path: root/RedfishPkg/PrivateInclude/Crt/assert.h
diff options
context:
space:
mode:
Diffstat (limited to 'RedfishPkg/PrivateInclude/Crt/assert.h')
-rw-r--r--RedfishPkg/PrivateInclude/Crt/assert.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/RedfishPkg/PrivateInclude/Crt/assert.h b/RedfishPkg/PrivateInclude/Crt/assert.h
new file mode 100644
index 0000000000..9dc71e81cd
--- /dev/null
+++ b/RedfishPkg/PrivateInclude/Crt/assert.h
@@ -0,0 +1,16 @@
+/** @file
+ Include file to support building the third-party jansson library.
+
+ Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>
+ (C) Copyright 2020 Hewlett Packard Enterprise Development LP<BR>
+
+ SPDX-License-Identifier: BSD-2-Clause-Patent
+
+**/
+
+#ifndef REDFISH_CRT_ASSERT_H_
+#define REDFISH_CRT_ASSERT_H_
+
+#include <Library/RedfishCrtLib.h>
+
+#endif