diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32font.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/w32font.c b/src/w32font.c index 7c7b9faa045..92399f6e4f9 100644 --- a/src/w32font.c +++ b/src/w32font.c | |||
| @@ -20,6 +20,7 @@ Boston, MA 02110-1301, USA. */ | |||
| 20 | 20 | ||
| 21 | #include <config.h> | 21 | #include <config.h> |
| 22 | #include <windows.h> | 22 | #include <windows.h> |
| 23 | #include <math.h> | ||
| 23 | 24 | ||
| 24 | #include "lisp.h" | 25 | #include "lisp.h" |
| 25 | #include "w32term.h" | 26 | #include "w32term.h" |