Skip to content

Commit 75103aa

Browse files
authored
Added include of common interfaces (#111374)
Pull request for issue #110823 Including the file which defines the macros we use here. This would let user code only include this interface, rather than having to include two files.
1 parent 5c88aa9 commit 75103aa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

compiler-rt/include/sanitizer/ubsan_interface.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
#ifndef SANITIZER_UBSAN_INTERFACE_H
1414
#define SANITIZER_UBSAN_INTERFACE_H
1515

16+
#include <sanitizer/common_interface_defs.h>
17+
1618
#ifdef __cplusplus
1719
extern "C" {
1820
#endif

0 commit comments

Comments
 (0)