[gnome-initial-setup] tz.c: compiler warning: implicit declaration of function ‘islower’



commit 810566023fd4ac8f0f82abaefc2a00e57b393082
Author: Alan Coopersmith <alan coopersmith oracle com>
Date:   Sat Jun 10 12:28:34 2017 -0700

    tz.c: compiler warning: implicit declaration of function ‘islower’
    
    https://bugzilla.gnome.org/show_bug.cgi?id=783641
    
    Signed-off-by: Alan Coopersmith <alan coopersmith oracle com>

 gnome-initial-setup/pages/timezone/tz.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gnome-initial-setup/pages/timezone/tz.c b/gnome-initial-setup/pages/timezone/tz.c
index 0eac576..d711867 100644
--- a/gnome-initial-setup/pages/timezone/tz.c
+++ b/gnome-initial-setup/pages/timezone/tz.c
@@ -29,6 +29,7 @@
 #include <time.h>
 #include <math.h>
 #include <string.h>
+#include <ctype.h>
 #include "tz.h"
 #include "cc-datetime-resources.h"
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]