spinner: Uncomment ctype.h inclusion because isspace is used.

It looks like ctype.h is included in some other headers by luck but it
is recommended to explicitly include the necessary header.
Confirmed by glima as he commented this out.
This commit is contained in:
Daniel Juyung Seo 2014-01-23 01:24:42 +09:00
parent ac00267206
commit 3eb9e6b4cf
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
#endif
#include <Elementary.h>
//#include <ctype.h>
#include <ctype.h>
#include "elm_priv.h"
#include "elm_widget_spinner.h"