Fix the docker build. Add the valgrind headers to deps.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3924 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2022-07-09 14:50:27 +00:00
parent 52f744e106
commit 982b5817a2
5 changed files with 7461 additions and 2 deletions

View File

@ -9,13 +9,13 @@
#include "tests.h"
#include "util.js.h"
#include <memcheck.h>
#include <quickjs-libc.h>
#include <quickjs.h>
#include <sqlite3.h>
#include <xopt.h>
#include <string.h>
#include <valgrind/memcheck.h>
#if !defined(_WIN32) && !defined(__MACH__)
#include <signal.h>