aboutsummaryrefslogtreecommitdiffstats
path: root/internal.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-12-10 21:29:55 +0100
committerMattias Andrée <maandree@kth.se>2021-12-10 21:29:55 +0100
commit2aec72784b4aa9e9b62ebed77cd56306de27da40 (patch)
tree7850be0f08efa678ac89bd30706b345470afea21 /internal.h
parentFix warnings (diff)
downloadliberror-libc-2aec72784b4aa9e9b62ebed77cd56306de27da40.tar.gz
liberror-libc-2aec72784b4aa9e9b62ebed77cd56306de27da40.tar.bz2
liberror-libc-2aec72784b4aa9e9b62ebed77cd56306de27da40.tar.xz
Fix bugs
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'internal.h')
-rw-r--r--internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal.h b/internal.h
index 190de0e..9c40020 100644
--- a/internal.h
+++ b/internal.h
@@ -8,6 +8,7 @@
#include <errno.h>
#include <fcntl.h>
#include <inttypes.h>
+#include <limits.h>
#include <signal.h>
#include <stdlib.h>
#include <string.h>