Add missing include

This commit is contained in:
Alexander Batalov 2022-06-11 23:50:12 +03:00
parent 9e817304d1
commit f796a724d1

View File

@ -6,6 +6,7 @@
#include <ctype.h>
#include <errno.h>
#include <limits.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>