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
3a7632e5
Commit
3a7632e5
authored
Oct 24, 2007
by
Jason Rumney
Browse files
Include math.h.
parent
92f137df
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
src/ChangeLog
src/ChangeLog
+4
-0
src/w32fns.c
src/w32fns.c
+1
-0
No files found.
src/ChangeLog
View file @
3a7632e5
2007-10-24 Jason Rumney <jasonr@gnu.org>
* w32fns.c: Include math.h.
2007-10-24 Richard Stallman <rms@gnu.org>
* frame.c (x_figure_window_size): For fullscreen case,
...
...
src/w32fns.c
View file @
3a7632e5
...
...
@@ -27,6 +27,7 @@ Boston, MA 02110-1301, USA. */
#include <stdio.h>
#include <limits.h>
#include <errno.h>
#include <math.h>
#include "lisp.h"
#include "charset.h"
...
...
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