diff options
Diffstat (limited to 'test/failed_lib_descriptor.lv2/failed_lib_descriptor.c')
-rw-r--r-- | test/failed_lib_descriptor.lv2/failed_lib_descriptor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/failed_lib_descriptor.lv2/failed_lib_descriptor.c b/test/failed_lib_descriptor.lv2/failed_lib_descriptor.c index 2d0baee..4de2ebe 100644 --- a/test/failed_lib_descriptor.lv2/failed_lib_descriptor.c +++ b/test/failed_lib_descriptor.lv2/failed_lib_descriptor.c @@ -1,7 +1,7 @@ // Copyright 2011-2019 David Robillard <d@drobilla.net> // SPDX-License-Identifier: ISC -#include "lv2/core/lv2.h" +#include <lv2/core/lv2.h> #include <stdlib.h> |