utils: logalloc: correct asan_interface.h location
It's a system header, so it deserves angle brackets. Closes #14036
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
using namespace std::chrono_literals;
|
||||
|
||||
#ifdef SEASTAR_ASAN_ENABLED
|
||||
#include "sanitizer/asan_interface.h"
|
||||
#include <sanitizer/asan_interface.h>
|
||||
// For each aligned 8 byte segment, the algorithm used by address
|
||||
// sanitizer can represent any addressable prefix followd by a
|
||||
// poisoned suffix. The details are at:
|
||||
|
||||
Reference in New Issue
Block a user