Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
6cbd1643
Commit
6cbd1643
authored
Jun 05, 1994
by
Richard M. Stallman
Browse files
Include systime.h after xterm.h.
parent
0c2611c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
src/dispnew.c
src/dispnew.c
+3
-1
No files found.
src/dispnew.c
View file @
6cbd1643
...
...
@@ -39,12 +39,14 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "intervals.h"
#include "systty.h"
#include "systime.h"
#ifdef HAVE_X_WINDOWS
#include "xterm.h"
#endif
/* HAVE_X_WINDOWS */
/* Include systime.h after xterm.h to avoid double inclusion of time.h. */
#include "systime.h"
#include <errno.h>
#define max(a, b) ((a) > (b) ? (a) : (b))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment