[Kstars-devel] KDE/kdeedu/kstars/kstars/indi/drivers/ccd
Jason Harris
kstars at 30doradus.org
Sun Aug 12 16:44:27 CEST 2007
SVN commit 699272 by harris:
Add missing '#include <string.h>' to fix compiler errors (strcmp and
strcpy undefined)
CCMAIL: kstars-devel at kde.org
M +1 -0 indialta.c
--- trunk/KDE/kdeedu/kstars/kstars/indi/drivers/ccd/indialta.c #699271:699272
@@ -22,6 +22,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
+#include <string.h>
#include <math.h>
#include <errno.h>
#include <ctype.h>
More information about the Kstars-devel
mailing list