include ctype.h for declaration of toupper
This commit is contained in:
parent
67839be8f4
commit
538a499a71
|
@ -2,6 +2,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