diff options
author | David Robillard <d@drobilla.net> | 2018-05-11 11:14:32 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2018-12-30 17:58:17 -0500 |
commit | 32c548683ed8ff8e585f069cd20ccddf54f00867 (patch) | |
tree | a78b62b9ac23e69d8380305531a1a054ab646a36 /src/uri_utils.h | |
parent | 520f208db173a103b37dbe0d67c2e29a684edb82 (diff) | |
download | serd-32c548683ed8ff8e585f069cd20ccddf54f00867.tar.gz serd-32c548683ed8ff8e585f069cd20ccddf54f00867.tar.bz2 serd-32c548683ed8ff8e585f069cd20ccddf54f00867.zip |
Clean up includes and improve source file separation
Diffstat (limited to 'src/uri_utils.h')
-rw-r--r-- | src/uri_utils.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/uri_utils.h b/src/uri_utils.h index 5c24afcb..f734c12e 100644 --- a/src/uri_utils.h +++ b/src/uri_utils.h @@ -19,6 +19,12 @@ #include "string_utils.h" +#include "serd/serd.h" + +#include <stddef.h> +#include <stdint.h> +#include <string.h> + static inline bool slice_equals(const SerdSlice* a, const SerdSlice* b) { |