diff options
| author | Martin Rudalics | 2015-08-19 11:26:37 +0200 |
|---|---|---|
| committer | Martin Rudalics | 2015-08-19 11:26:37 +0200 |
| commit | 19cdde4aeadceb56b4ac08c69441fe52c6d2aa8f (patch) | |
| tree | 29da90a2033fa7fe1fb02f86cd70954d05cbab05 /src/nsimage.m | |
| parent | f5a14da109b1ddbcf0e9e31cf0f1d385a95c0b60 (diff) | |
| download | emacs-19cdde4aeadceb56b4ac08c69441fe52c6d2aa8f.tar.gz emacs-19cdde4aeadceb56b4ac08c69441fe52c6d2aa8f.zip | |
In nsimage.m include coding.h (Bug#21292)
* src/nsimage.m (top-level): Include coding.h (Bug#21292).
Diffstat (limited to 'src/nsimage.m')
| -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) | |||
| 33 | #include "dispextern.h" | 33 | #include "dispextern.h" |
| 34 | #include "nsterm.h" | 34 | #include "nsterm.h" |
| 35 | #include "frame.h" | 35 | #include "frame.h" |
| 36 | #include "coding.h" | ||
| 36 | 37 | ||
| 37 | /* call tracing */ | 38 | /* call tracing */ |
| 38 | #if 0 | 39 | #if 0 |