diff options
author | Eli Zaretskii <eliz@gnu.org> | 2012-10-08 15:36:06 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2012-10-08 15:36:06 +0200 |
commit | eb3abb6141b91f4d940233979d7538ba4c3d1976 (patch) | |
tree | 3202ce162039907f092f425f03d8a044ef5cb204 /src/w32notify.c | |
parent | 7014794467aac02be3a935a093e1bfb8ad410c12 (diff) | |
parent | 15c720a3607ccbac1a5ff4bd10810f9342db0ad1 (diff) | |
download | emacs-eb3abb6141b91f4d940233979d7538ba4c3d1976.tar.gz emacs-eb3abb6141b91f4d940233979d7538ba4c3d1976.tar.bz2 emacs-eb3abb6141b91f4d940233979d7538ba4c3d1976.zip |
Merge from trunk after addition of w32common.h.
Diffstat (limited to 'src/w32notify.c')
-rw-r--r-- | src/w32notify.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32notify.c b/src/w32notify.c index 1de4f4a7d8c..05c918d8ac8 100644 --- a/src/w32notify.c +++ b/src/w32notify.c @@ -75,7 +75,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #include "lisp.h" #include "w32term.h" /* for enter_crit/leave_crit and WM_EMACS_FILENOTIFY */ -#include "w32heap.h" /* for OS version data */ +#include "w32common.h" /* for OS version data */ #include "w32.h" /* for w32_strerror */ #include "coding.h" #include "keyboard.h" |