diff options
Diffstat (limited to 'src/reader.h')
-rw-r--r-- | src/reader.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/reader.h b/src/reader.h index f7cdba02..adea6651 100644 --- a/src/reader.h +++ b/src/reader.h @@ -1,5 +1,5 @@ /* - Copyright 2011-2017 David Robillard <http://drobilla.net> + Copyright 2011-2020 David Robillard <http://drobilla.net> Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above @@ -16,7 +16,11 @@ #include "serd_internal.h" +#include "serd/serd.h" + #include <assert.h> +#include <stdbool.h> +#include <stdint.h> #include <stdio.h> static inline int |