diff options
author | Daniel Colascione <dancol@dancol.org> | 2012-10-08 04:53:18 -0800 |
---|---|---|
committer | Daniel Colascione <dancol@dancol.org> | 2012-10-08 04:53:18 -0800 |
commit | 501199a3dbccc83f91a561c6664ae4c1d3dde20a (patch) | |
tree | c9b24607e5e44b61fad483b10a0c77862d4d2661 /src/unexcw.c | |
parent | c54ebba4e076caeb6105c6bb682252b139a169fa (diff) | |
download | emacs-501199a3dbccc83f91a561c6664ae4c1d3dde20a.tar.gz |
Code cleanup for cygw32
Diffstat (limited to 'src/unexcw.c')
-rw-r--r-- | src/unexcw.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/unexcw.c b/src/unexcw.c index 96c4b4a9aec..8c5d574530d 100644 --- a/src/unexcw.c +++ b/src/unexcw.c @@ -20,6 +20,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #include <config.h> #include "unexec.h" +#include "w32common.h" #include <lisp.h> #include <stdio.h> |