[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.1, Tue Jan 18 16:25:35 2005 UTC (19 years, 4 months ago) by ohara
Branch: MAIN

*** empty log message ***

# $OpenXM: OpenXM/src/gnuplot/gnuplot4_interix.diff,v 1.1 2005/01/18 16:25:35 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