corrupter.h: fix missing #include <limits.h>

This commit is contained in:
Intel A80486DX2-66 2024-07-07 01:06:13 +03:00
parent cccde99e80
commit dfc2484164
Signed by: 80486DX2-66
GPG key ID: 83631EF27054609B

View file

@ -4,6 +4,7 @@
#include <ctype.h>
#include <errno.h>
#include <inttypes.h>
#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>