Added ctype.h include
This commit is contained in:
parent
4d27bb40ca
commit
1a183cfa8d
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#include <ctype.h>
|
||||||
|
|
||||||
//------- strdup ------------------------
|
//------- strdup ------------------------
|
||||||
//TODO: comment this
|
//TODO: comment this
|
||||||
|
|
Loading…
Reference in a new issue