aboutsummaryrefslogtreecommitdiff
path: root/wtf8.h
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-12-22 19:25:08 +1300
committerTom Ryder <tom@sanctum.geek.nz>2019-12-22 19:25:08 +1300
commitf602816cdd6278b098011dcb136818ba99ecfec9 (patch)
tree947f0d7afcb8f852533b1926792dc7cddfcaf051 /wtf8.h
parentMerge branch 'release/v1.2.0' (diff)
parentBump VERSION (diff)
downloadwtf8-f602816cdd6278b098011dcb136818ba99ecfec9.tar.gz
wtf8-f602816cdd6278b098011dcb136818ba99ecfec9.zip
Merge branch 'hotfix/v1.2.1'v1.2.1
* hotfix/v1.2.1: 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>