From ecbcb2509f4b811bce0a56e07de9737d14815251 Mon Sep 17 00:00:00 2001 From: Josh Rahm Date: Tue, 24 Nov 2020 15:15:11 -0700 Subject: Add better logging capabilities, including the ability to panic. --- test_harness/fake_env.c | 1 + 1 file changed, 1 insertion(+) (limited to 'test_harness/fake_env.c') diff --git a/test_harness/fake_env.c b/test_harness/fake_env.c index 7ac0d9b..fbe85ce 100644 --- a/test_harness/fake_env.c +++ b/test_harness/fake_env.c @@ -2,6 +2,7 @@ #include #include +#include struct fakeenv_memseg { const char* name; -- cgit