Include termhooks.h to find the image_cache slot in terminal objects.
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 22 Feb 2008 17:45:11 +0000 (17:45 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 22 Feb 2008 17:45:11 +0000 (17:45 +0000)
src/image.c

index 7833b84..cce0024 100644 (file)
@@ -42,7 +42,7 @@ Boston, MA 02110-1301, USA.  */
 #include <epaths.h>
 #include "charset.h"
 #include "coding.h"
-
+#include "termhooks.h"
 
 #ifdef HAVE_X_WINDOWS
 #include "xterm.h"