[network-manager-applet/aleksander/mm1-applet: 10/10] applet: added missing header for function isdigit().



commit 0f4b588f23fb473bf14acd964c984a8565747986
Author: Marius B. Kotsbak <marius kotsbak com>
Date:   Sat Jan 12 14:37:38 2013 +0100

    applet: added missing header for function isdigit().

 src/mobile-helpers.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/mobile-helpers.c b/src/mobile-helpers.c
index ddeead7..dcb437e 100644
--- a/src/mobile-helpers.c
+++ b/src/mobile-helpers.c
@@ -20,6 +20,7 @@
  * (C) Copyright 2010 Red Hat, Inc.
  */
 
+#include <ctype.h>
 #include <glib/gi18n.h>
 #include <nm-utils.h>
 #include <gnome-keyring.h>



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