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-12-19 20:52:35 -0500
commit2370d86f35ff41ae94c5c45deef1e6a6dac0052c (patch)
tree0994e8ba1c75fcc7785c9d92de61fc75b49fdef7 /tests
parentf72ab5fe4e39d4973e31e43b6db3be499af418f2 (diff)
downloadserd-2370d86f35ff41ae94c5c45deef1e6a6dac0052c.tar.gz
serd-2370d86f35ff41ae94c5c45deef1e6a6dac0052c.tar.bz2
serd-2370d86f35ff41ae94c5c45deef1e6a6dac0052c.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 be4afe19..13a14000 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>