diff options
author | Jari Vetoniemi <mailroxas@gmail.com> | 2018-02-20 08:44:42 +0200 |
---|---|---|
committer | Jari Vetoniemi <mailroxas@gmail.com> | 2018-02-20 08:44:42 +0200 |
commit | a0b1835621f7d3ed9fc0e142550cf29720615096 (patch) | |
tree | 5b8c903190c75f10e1753c1ec50a446c2192ceb0 /src/wrapper | |
parent | a08dd25eb79ed44ae06db2b95d4b44d77ea68110 (diff) |
Messy commit of hacks and implementations
Diffstat (limited to 'src/wrapper')
-rw-r--r-- | src/wrapper/wrapper.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wrapper/wrapper.c b/src/wrapper/wrapper.c index a11de83..f1190c8 100644 --- a/src/wrapper/wrapper.c +++ b/src/wrapper/wrapper.c @@ -1,5 +1,6 @@ #include "wrapper.h" #include <stdio.h> +#include <stdbool.h> #include <stdint.h> #include <stddef.h> #include <stdlib.h> |