Compare commits

...

1 Commits

Author SHA1 Message Date
1247f5d3e5 util.h: include missing limits.h 2024-05-26 08:26:49 +00:00

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>