Include ctype.h for toupper
This commit is contained in:
parent
8a15de0995
commit
2a9e337a84
|
@ -11,6 +11,7 @@
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#include <ctype.h>
|
||||||
#include <complex.h>
|
#include <complex.h>
|
||||||
#ifdef complex
|
#ifdef complex
|
||||||
#undef complex
|
#undef complex
|
||||||
|
|
Loading…
Reference in New Issue