From a0fc36449f2dc84a13130ba2f71065223655fa1d Mon Sep 17 00:00:00 2001 From: Dave Love Date: Tue, 16 Sep 2003 17:18:27 +0000 Subject: [PATCH] Depend on coding.h. --- src/ChangeLog | 4 ++++ src/Makefile.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index 5472d07dd1e..bdbdb8142d7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2003-09-16 Dave Love + + * Makefile.in: Depend on coding.h. + 2003-09-14 Kim F. Storm * process.c [HAVE_SOCKETS]: Include sys/ioctl.h and net/if.h. diff --git a/src/Makefile.in b/src/Makefile.in index 1af4fa22155..c0200af35b6 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1145,7 +1145,7 @@ xfns.o: xfns.c buffer.h frame.h window.h keyboard.h xterm.h dispextern.h \ charset.h gtkutil.h $(config_h) xmenu.o: xmenu.c xterm.h termhooks.h window.h dispextern.h frame.h buffer.h \ keyboard.h $(srcdir)/../lwlib/lwlib.h blockinput.h atimer.h systime.h \ - gtkutil.h msdos.h $(config_h) + gtkutil.h msdos.h coding.h $(config_h) xterm.o: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h buffer.h \ dispextern.h frame.h disptab.h blockinput.h atimer.h systime.h syssignal.h \ keyboard.h gnu.h charset.h ccl.h fontset.h composite.h \ -- 2.39.2