CVS commit by pvicente: Fixes a compiling error : isdigit() requires ctype.h header. CCMAIL:kstars-devel at kde.org M +1 -0 indistd.cpp 1.24 --- kdeedu/kstars/kstars/indistd.cpp #1.23:1.24 @@ -32,4 +32,5 @@ #include <arpa/inet.h> #include <netdb.h> + #include <ctype.h> #include <qtimer.h>