diff options
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" |