aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-05-11 11:14:32 +0200
committerDavid Robillard <d@drobilla.net>2019-04-13 19:15:32 +0200
commit732f2a6cb961949a63b82fb30d9b84e74786a33a (patch)
tree0e4654b05769772f3fb3f5299cba7b09b69164fa /tests
parent583af959cc8b804914c887b9dc2b1c821bdf41ab (diff)
downloadserd-732f2a6cb961949a63b82fb30d9b84e74786a33a.tar.gz
serd-732f2a6cb961949a63b82fb30d9b84e74786a33a.tar.bz2
serd-732f2a6cb961949a63b82fb30d9b84e74786a33a.zip
Clean up includes and improve source file separation
Diffstat (limited to 'tests')
-rw-r--r--tests/serd_test.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/serd_test.c b/tests/serd_test.c
index ffca3c49..df0b5a45 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>