silence compiler warning on windows

This commit is contained in:
Axel Kohlmeyer 2020-09-29 11:19:12 -04:00
parent 54c4b95c4d
commit 0ed935ab76
No known key found for this signature in database
GPG Key ID: D9B44E93BF0C375A
1 changed files with 4 additions and 0 deletions

View File

@ -152,6 +152,10 @@
#include <stdlib.h>
#include <string.h>
#ifdef _WIN32
#include <ctype.h>
#endif
/* global variables */
char *rootname;