aboutsummaryrefslogtreecommitdiff
path: root/wtf8.h
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-12-22 19:19:56 +1300
committerTom Ryder <tom@sanctum.geek.nz>2019-12-22 19:23:25 +1300
commit5fb185fecc64806a772c2ad3956ecc903c508e0c (patch)
tree9c045b6974bc318a3f138d83531469e2c7f674d3 /wtf8.h
parentMerge branch 'release/v1.2.0' (diff)
downloadwtf8-5fb185fecc64806a772c2ad3956ecc903c508e0c.tar.gz
wtf8-5fb185fecc64806a772c2ad3956ecc903c508e0c.zip
Bounds checking on character byte walk
Diffstat (limited to 'wtf8.h')
-rw-r--r--wtf8.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/wtf8.h b/wtf8.h
index 5a80f30..a635e1e 100644
--- a/wtf8.h
+++ b/wtf8.h
@@ -1,3 +1,4 @@
+#include <limits.h>
#include <stdio.h>
#include <stdlib.h>