spinner: Uncomment ctype.h inclusion because isspace is used.
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Wed, 22 Jan 2014 16:24:42 +0000 (01:24 +0900)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Wed, 22 Jan 2014 16:31:53 +0000 (01:31 +0900)
commit54865bd7aa826018dcd051930c335b22fe48793e
tree6212c4e517906a5eff87a3ca1a1ca43f5dfa73f9
parentd968878321305c3c535f8075b24864084b9d8b8c
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.
src/lib/elm_spinner.c