diff options
Diffstat (limited to 'test/headers')
-rw-r--r-- | test/headers/test_headers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/headers/test_headers.c b/test/headers/test_headers.c index f6b110f..c0cee5c 100644 --- a/test/headers/test_headers.c +++ b/test/headers/test_headers.c @@ -1,7 +1,7 @@ // Copyright 2022 David Robillard <d@drobilla.net> // SPDX-License-Identifier: ISC -#include "sratom/sratom.h" // IWYU pragma: keep +#include <sratom/sratom.h> // IWYU pragma: keep #ifdef __GNUC__ __attribute__((const)) |