util.h: include missing limits.h

This commit is contained in:
2024-05-26 08:26:49 +00:00
parent 765eb0bf16
commit 1247f5d3e5

1
util.h
View File

@@ -6,6 +6,7 @@
#ifndef UTIL_H
#define UTIL_H
#include <limits.h>
#include <stdlib.h>
#include <stdarg.h>
#include <stdbool.h>