aboutsummaryrefslogtreecommitdiffstats
path: root/src/image.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/image.c')
-rw-r--r--src/image.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/image.c b/src/image.c
index 89572b87647..39677d2add9 100644
--- a/src/image.c
+++ b/src/image.c
@@ -1,6 +1,6 @@
1/* Functions for image support on window system. 1/* Functions for image support on window system.
2 2
3Copyright (C) 1989, 1992-2016 Free Software Foundation, Inc. 3Copyright (C) 1989, 1992-2017 Free Software Foundation, Inc.
4 4
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
@@ -36,6 +36,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
36 36
37#include "lisp.h" 37#include "lisp.h"
38#include "frame.h" 38#include "frame.h"
39#include "process.h"
39#include "window.h" 40#include "window.h"
40#include "buffer.h" 41#include "buffer.h"
41#include "dispextern.h" 42#include "dispextern.h"