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 /tests | |
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 'tests')
-rw-r--r-- | tests/serd_test.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/serd_test.c b/tests/serd_test.c index 4278a089..e57b01d3 100644 --- a/tests/serd_test.c +++ b/tests/serd_test.c @@ -19,7 +19,8 @@ #include <assert.h> #include <float.h> #include <math.h> -#include <stdarg.h> +#include <stdbool.h> +#include <stdint.h> #include <stdio.h> #include <stdlib.h> #include <string.h> |