[Kstars-devel] KDE/kdeedu/kstars/kstars/indi

Jason Harris kstars at 30doradus.org
Wed Dec 20 00:24:20 CET 2006


SVN commit 615044 by harris:

Fix compile.  We can't use "HAVE_TERMIOS_H" without including 
config-kstars.h

CCMAIL: kstars-devel at kde.org
CCMAIL: Ralf.Haabcker at freenet.de
CCMAIL: neundorf at kde.org



 M  +1 -0      celestronprotocol.c  
 M  +1 -1      indicom.h  
 M  +1 -0      lx200driver.c  


--- trunk/KDE/kdeedu/kstars/kstars/indi/celestronprotocol.c #615043:615044
@@ -35,6 +35,7 @@
 #include <sys/stat.h>
 #include <sys/ioctl.h>
 #include <fcntl.h>
+#include "config-kstars.h"
 #ifdef HAVE_TERMIOS_H
 #include <termios.h>
 #endif
--- trunk/KDE/kdeedu/kstars/kstars/indi/indicom.h #615043:615044
@@ -44,7 +44,7 @@
 #ifndef INDICOM_H
 #define INDICOM_H
 
-#include "config.h"
+#include "config-kstars.h"
 
 #include <time.h>
 #ifdef HAVE_TERMIOS_H
--- trunk/KDE/kdeedu/kstars/kstars/indi/lx200driver.c #615043:615044
@@ -26,6 +26,7 @@
 #include <sys/time.h>
 #include <unistd.h>
 #include <fcntl.h>
+#include "config-kstars.h"
 #ifdef HAVE_TERMIOS_H
 #include <termios.h>
 #endif


More information about the Kstars-devel mailing list