aboutsummaryrefslogtreecommitdiffstats
path: root/src/env.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/env.h')
-rw-r--r--src/env.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/env.h b/src/env.h
index fcbd837e..21ce169a 100644
--- a/src/env.h
+++ b/src/env.h
@@ -4,12 +4,12 @@
#ifndef SERD_SRC_ENV_H
#define SERD_SRC_ENV_H
-#include "serd/attributes.h"
#include "serd/env.h"
#include "serd/node.h"
#include "serd/status.h"
#include "serd/string_view.h"
#include "serd/uri.h"
+#include "zix/attributes.h"
#include <stdbool.h>
@@ -32,7 +32,7 @@ serd_env_expand_in_place(const SerdEnv* env,
SerdStringView* uri_prefix,
SerdStringView* uri_suffix);
-SERD_PURE_FUNC SerdURIView
+ZIX_PURE_FUNC SerdURIView
serd_env_base_uri_view(const SerdEnv* env);
#endif // SERD_SRC_ENV_H