diff options
author | Matthias Coppens <coppens.matthias.abc@gmail.com> | 2020-12-17 14:42:01 +0100 |
---|---|---|
committer | Harry Jeffery <harry@exec64.co.uk> | 2020-12-17 19:48:00 +0000 |
commit | e3f135a0adf60f26748afd338d103fedd1a55322 (patch) | |
tree | fca7751cdd7eac94f625f8b7ef9247cc8fdd409d /src | |
parent | df51acbf15c420a0176e7bc88eb6cbede057e1df (diff) | |
download | imv-e3f135a0adf60f26748afd338d103fedd1a55322.tar.gz |
Add include limits.h
Diffstat (limited to 'src')
-rw-r--r-- | src/imv.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ #include <ctype.h> #include <errno.h> #include <getopt.h> +#include <limits.h> #include <pthread.h> #include <stdbool.h> #include <stdint.h> |