diff options
author | Bram Moolenaar <Bram@vim.org> | 2008-06-24 21:16:56 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2008-06-24 21:16:56 +0000 |
commit | 3577c6fafb77da5419cd1001dac56f204d480bdc (patch) | |
tree | 46a08e8d03068c31624359c2601b3645c2881d8c /src/os_win32.h | |
parent | a7241f5f19fd0865ce697939c347a8c88fb507d5 (diff) | |
download | vim-git-3577c6fafb77da5419cd1001dac56f204d480bdc.tar.gz |
updated for version 7.2a
Diffstat (limited to 'src/os_win32.h')
-rw-r--r-- | src/os_win32.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/os_win32.h b/src/os_win32.h index 15e616061..b57ee2388 100644 --- a/src/os_win32.h +++ b/src/os_win32.h @@ -28,6 +28,9 @@ #ifndef HAVE_STRING_H # define HAVE_STRING_H #endif +#ifndef HAVE_MATH_H +# define HAVE_MATH_H +#endif #define HAVE_STRCSPN #ifndef __GNUC__ #define HAVE_STRICMP |