diff options
author | David Robillard <d@drobilla.net> | 2021-07-10 12:41:42 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2021-07-10 14:04:55 -0400 |
commit | a59968ee39851932ec6471e9293e70cfad4ad1df (patch) | |
tree | 914f7e87798d8cc229a7d624e58ef6152f83d1c1 /test | |
parent | ff8ab60025f447dc8ba834be3d9a18e5b45cfb18 (diff) | |
download | serd-a59968ee39851932ec6471e9293e70cfad4ad1df.tar.gz serd-a59968ee39851932ec6471e9293e70cfad4ad1df.tar.bz2 serd-a59968ee39851932ec6471e9293e70cfad4ad1df.zip |
Add missing include
Diffstat (limited to 'test')
-rw-r--r-- | test/test_writer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_writer.c b/test/test_writer.c index 08191585..35d0bcf3 100644 --- a/test/test_writer.c +++ b/test/test_writer.c @@ -19,6 +19,7 @@ #include "serd/serd.h" #include <assert.h> +#include <stdint.h> #include <string.h> #define USTR(s) ((const uint8_t*)(s)) |