diff options
author | David Robillard <d@drobilla.net> | 2018-05-11 11:14:32 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2018-05-27 18:23:15 +0200 |
commit | ca7747e16dbcf7395d73f5292394cf37a4748604 (patch) | |
tree | c749739e6d7850d2090607a036b1dfa44c53fc3f /tests | |
parent | 227834eebd2aad13b25bddae3e65cf51877333ee (diff) | |
download | serd-ca7747e16dbcf7395d73f5292394cf37a4748604.tar.gz serd-ca7747e16dbcf7395d73f5292394cf37a4748604.tar.bz2 serd-ca7747e16dbcf7395d73f5292394cf37a4748604.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 f5761fe7..9d203a15 100644 --- a/tests/serd_test.c +++ b/tests/serd_test.c @@ -16,7 +16,8 @@ #include <float.h> #include <math.h> -#include <stdarg.h> +#include <stdbool.h> +#include <stdint.h> #include <stdio.h> #include <stdlib.h> #include <string.h> |