diff options
author | Martin Rudalics <rudalics@gmx.at> | 2015-08-19 11:26:37 +0200 |
---|---|---|
committer | Martin Rudalics <rudalics@gmx.at> | 2015-08-19 11:26:37 +0200 |
commit | 19cdde4aeadceb56b4ac08c69441fe52c6d2aa8f (patch) | |
tree | 29da90a2033fa7fe1fb02f86cd70954d05cbab05 | |
parent | f5a14da109b1ddbcf0e9e31cf0f1d385a95c0b60 (diff) | |
download | emacs-19cdde4aeadceb56b4ac08c69441fe52c6d2aa8f.tar.gz emacs-19cdde4aeadceb56b4ac08c69441fe52c6d2aa8f.tar.bz2 emacs-19cdde4aeadceb56b4ac08c69441fe52c6d2aa8f.zip |
In nsimage.m include coding.h (Bug#21292)
* src/nsimage.m (top-level): Include coding.h (Bug#21292).
-rw-r--r-- | src/nsimage.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nsimage.m b/src/nsimage.m index 5d0871bc1a9..9eaeefebcd8 100644 --- a/src/nsimage.m +++ b/src/nsimage.m @@ -33,6 +33,7 @@ GNUstep port and post-20 update by Adrian Robert (arobert@cogsci.ucsd.edu) #include "dispextern.h" #include "nsterm.h" #include "frame.h" +#include "coding.h" /* call tracing */ #if 0 |