seoz pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=54865bd7aa826018dcd051930c335b22fe48793e

commit 54865bd7aa826018dcd051930c335b22fe48793e
Author: Daniel Juyung Seo <seojuyu...@gmail.com>
Date:   Thu Jan 23 01:24:42 2014 +0900

    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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/elm_spinner.c b/src/lib/elm_spinner.c
index d8c59e7..c8b237e 100644
--- a/src/lib/elm_spinner.c
+++ b/src/lib/elm_spinner.c
@@ -3,7 +3,7 @@
 #endif
 
 #include <Elementary.h>
-//#include <ctype.h>
+#include <ctype.h>
 
 #include "elm_priv.h"
 #include "elm_widget_spinner.h"

-- 


Reply via email to