forked from lijiext/lammps
silence compiler warning on windows
This commit is contained in:
parent
54c4b95c4d
commit
0ed935ab76
|
@ -152,6 +152,10 @@
|
|||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <ctype.h>
|
||||
#endif
|
||||
|
||||
/* global variables */
|
||||
|
||||
char *rootname;
|
||||
|
|
Loading…
Reference in New Issue