From: Stefan Monnier Date: Fri, 22 Feb 2008 17:45:11 +0000 (+0000) Subject: Include termhooks.h to find the image_cache slot in terminal objects. X-Git-Tag: emacs-pretest-23.0.90~7740 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6087292e62fe822459b8cdb863e10d686a53a937;p=emacs.git Include termhooks.h to find the image_cache slot in terminal objects. --- diff --git a/src/image.c b/src/image.c index 7833b8473d6..cce0024e835 100644 --- a/src/image.c +++ b/src/image.c @@ -42,7 +42,7 @@ Boston, MA 02110-1301, USA. */ #include #include "charset.h" #include "coding.h" - +#include "termhooks.h" #ifdef HAVE_X_WINDOWS #include "xterm.h"