[Kstars-devel] kdeedu/kstars/kstars/indi
Jason Harris
kstars at 30doradus.org
Wed Aug 18 19:27:55 CEST 2004
CVS commit by harris:
Adding "#include <sys/time.h>" to three files because this is where the
'timeval' struct is defined. This fixes compilation with gcc-2.95.
Thanks to Leo Savernik for the patch.
(TO BE BACKPORTED)
CCMAIL: kstars-devel at kde.org
CCMAIL: l.savernik at aon.at
M +1 -0 fli_ccd.c 1.13
M +1 -0 v4ldriver.cpp 1.11
M +1 -0 v4lphilips.cpp 1.10
--- kdeedu/kstars/kstars/indi/fli_ccd.c #1.12:1.13
@@ -30,4 +30,5 @@
#include <errno.h>
#include <sys/stat.h>
+#include <sys/time.h>
#include <sys/types.h>
#include <sys/socket.h>
--- kdeedu/kstars/kstars/indi/v4ldriver.cpp #1.10:1.11
@@ -31,4 +31,5 @@
#include <errno.h>
#include <sys/stat.h>
+#include <sys/time.h>
#include <sys/types.h>
#include <sys/socket.h>
--- kdeedu/kstars/kstars/indi/v4lphilips.cpp #1.9:1.10
@@ -30,4 +30,5 @@
#include <errno.h>
#include <sys/stat.h>
+#include <sys/time.h>
#include <sys/types.h>
#include <sys/socket.h>
More information about the Kstars-devel
mailing list