utils: logalloc: correct asan_interface.h location

It's a system header, so it deserves angle brackets.

Closes #14036
This commit is contained in:
Avi Kivity
2023-05-25 23:00:08 +03:00
parent c685ef9e71
commit 2303f08eea

View File

@@ -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: