From 3df87b35e350c757515b480126bcc5efca9fb523 Mon Sep 17 00:00:00 2001 From: Matt Bilker Date: Wed, 14 Nov 2018 00:53:08 +0000 Subject: [PATCH] hook/table.c: Import assert.h --- hook/table.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hook/table.c b/hook/table.c index aa561be..04afadb 100644 --- a/hook/table.c +++ b/hook/table.c @@ -1,5 +1,6 @@ #include +#include #include #include #include