1
0
Fork 0

Include <ctype.h> to declare toupper()

This commit is contained in:
Anton Shepelev 2020-01-25 00:45:06 +03:00 committed by Patryk Obara
parent c155400979
commit 9ae663ca12

View file

@ -29,6 +29,7 @@
*/
#include <stdio.h>
#include <ctype.h>
#if HAVE_CONFIG_H
# include <config.h>