1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-06 20:00:46 -08:00

In nsimage.m include coding.h (Bug#21292)

* src/nsimage.m (top-level): Include coding.h (Bug#21292).
This commit is contained in:
Martin Rudalics 2015-08-19 11:26:37 +02:00
parent f5a14da109
commit 19cdde4aea

View file

@ -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