diff options
-rw-r--r-- | test/test_xcall.c | 1 |
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> |