diff options
author | Eli Zaretskii <eliz@gnu.org> | 2012-09-01 12:29:17 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2012-09-01 12:29:17 +0300 |
commit | 4dfbd23866adef6886771b80a464decc9e95e7c5 (patch) | |
tree | f006663ce0fd599115dfe678c8ddfecc715b27e7 /src/image.c | |
parent | 86571ae075b3fedc4b7312738fe99af9b7991f69 (diff) | |
download | emacs-4dfbd23866adef6886771b80a464decc9e95e7c5.tar.gz |
Fix last changes related to w32 and Cygwin.
src/image.c: Restore mistakenly removed inclusion of w32.h. Without
it, GCC doesn't see prototypes of w32_delayed_load, and complains
about implicit conversions from integer to pointer.
Diffstat (limited to 'src/image.c')
-rw-r--r-- | src/image.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/image.c b/src/image.c index c444c986a76..d4e78d41000 100644 --- a/src/image.c +++ b/src/image.c @@ -76,6 +76,7 @@ typedef struct x_bitmap_record Bitmap_Record; #endif /* HAVE_X_WINDOWS */ #ifdef HAVE_NTGUI +#include "w32.h" /* W32_TODO : Color tables on W32. */ #undef COLOR_TABLE_SUPPORT |