summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2018-02-24 06:50:50 +0100
committerRichard Braun <rbraun@sceen.net>2018-02-24 06:50:50 +0100
commit44fe3a6ad5307dd4b18638972af8cf0f2b529575 (patch)
tree72a4ce37d5100c4647e85674e062f8e33ee23e88 /test
parent7dcf6715ffb3cc2f00f6327b896d16f173a1b082 (diff)
test/test_xcall: include assert.h
Diffstat (limited to 'test')
-rw-r--r--test/test_xcall.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_xcall.c b/test/test_xcall.c
index c2fc54bc..60f085cd 100644
--- a/test/test_xcall.c
+++ b/test/test_xcall.c
@@ -21,6 +21,7 @@
* including the local one.
*/
+#include <assert.h>
#include <stdbool.h>
#include <stddef.h>
#include <stdio.h>