diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/image.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/image.c b/src/image.c index 3a972197293..b85e1e0a7d4 100644 --- a/src/image.c +++ b/src/image.c | |||
| @@ -40,9 +40,10 @@ Boston, MA 02110-1301, USA. */ | |||
| 40 | #include "blockinput.h" | 40 | #include "blockinput.h" |
| 41 | #include "systime.h" | 41 | #include "systime.h" |
| 42 | #include <epaths.h> | 42 | #include <epaths.h> |
| 43 | #include "charset.h" | 43 | #include "character.h" |
| 44 | #include "coding.h" | 44 | #include "coding.h" |
| 45 | #include "termhooks.h" | 45 | #include "termhooks.h" |
| 46 | #include "font.h" | ||
| 46 | 47 | ||
| 47 | #ifdef HAVE_X_WINDOWS | 48 | #ifdef HAVE_X_WINDOWS |
| 48 | #include "xterm.h" | 49 | #include "xterm.h" |