diff options
author | David Robillard <d@drobilla.net> | 2021-07-17 13:19:27 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-12-02 18:49:08 -0500 |
commit | c3bc111f7fb2a44e068e5250f7823352e44c76dc (patch) | |
tree | 4ecfff5a04eaab39a5152f72a41906a6e64b08a9 /include/serd/error.h | |
parent | ea4b6e7d109ae3abc7f8ecdf99e3eb33e3484b77 (diff) | |
download | serd-c3bc111f7fb2a44e068e5250f7823352e44c76dc.tar.gz serd-c3bc111f7fb2a44e068e5250f7823352e44c76dc.tar.bz2 serd-c3bc111f7fb2a44e068e5250f7823352e44c76dc.zip |
Factor out and expose serd_write_file_uri()
Diffstat (limited to 'include/serd/error.h')
-rw-r--r-- | include/serd/error.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/serd/error.h b/include/serd/error.h index 16b28e83..79b22a29 100644 --- a/include/serd/error.h +++ b/include/serd/error.h @@ -7,6 +7,7 @@ #include "serd/attributes.h" #include "serd/caret.h" #include "serd/status.h" +#include "zix/attributes.h" #include <stdarg.h> |