]> code.delx.au - gnu-emacs/blobdiff - src/systime.h
Be more systematic about user-interface timestamps.
[gnu-emacs] / src / systime.h
index cb1ea230f7dbc0ac22d3a8451b9d849d43fcd6af..db43b26dc5e53c0190b5d10ce7d5e2c8ceef1470 100644 (file)
@@ -30,6 +30,12 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #endif
 #endif
 
+#ifdef HAVE_X_WINDOWS
+# include <X11/X.h>
+#else
+typedef unsigned long Time;
+#endif
+
 #ifdef HAVE_TZNAME
 #ifndef tzname         /* For SGI.  */
 extern char *tzname[]; /* RS6000 and others want it this way.  */