[BACK]Return to gnuplot4_interix.diff CVS log [TXT][DIR] Up to [local] / OpenXM / src / gnuplot

File: [local] / OpenXM / src / gnuplot / gnuplot4_interix.diff (download)

Revision 1.2, Tue Jan 18 16:31:17 2005 UTC (19 years, 3 months ago) by ohara
Branch: MAIN
CVS Tags: R_1_3_1-2, RELEASE_1_3_1_13b, RELEASE_1_2_3_12, RELEASE_1_2_3, KNOPPIX_2006, HEAD, DEB_REL_1_2_3-9
Changes since 1.1: +1 -1 lines

(null comment)
Interix defines the FD_SET macro in sys/time.h.

# $OpenXM: OpenXM/src/gnuplot/gnuplot4_interix.diff,v 1.2 2005/01/18 16:31:17 ohara Exp $
diff -urN gnuplot-4.0.0.orig/term/x11.trm gnuplot-4.0.0/term/x11.trm
--- gnuplot-4.0.0.orig/term/x11.trm	Wed Apr 14 21:18:24 2004
+++ gnuplot-4.0.0/term/x11.trm	Wed Jan 19 00:58:24 2005
@@ -56,6 +56,10 @@
 
 #include "driver.h"
 
+#if defined(__INTERIX)
+#include <sys/time.h>
+#endif
+
 #ifdef TERM_REGISTER
 register_term(x11)
 #endif