add missing include

This commit is contained in:
Daniel Micay 2023-06-10 14:58:20 -04:00
parent 5e1901e85d
commit d5f9909eca
1 changed files with 1 additions and 0 deletions

1
util.h
View File

@ -1,6 +1,7 @@
#ifndef UTIL_H
#define UTIL_H
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>