[Kstars-devel] kdeedu/kstars/kstars

Pablo de Vicente p.devicente at wanadoo.es
Sat Jun 12 17:10:21 CEST 2004


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>




More information about the Kstars-devel mailing list