diff options
Diffstat (limited to 'tests/sqlite/benchmark.c')
-rw-r--r-- | tests/sqlite/benchmark.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/sqlite/benchmark.c b/tests/sqlite/benchmark.c index de800742..04dc150a 100644 --- a/tests/sqlite/benchmark.c +++ b/tests/sqlite/benchmark.c @@ -1,5 +1,6 @@ #include <time.h> #include <stdio.h> +#include <stdlib.h> #include <sqlite3.h> #include <emscripten.h> |