summaryrefslogtreecommitdiff
path: root/src/dispnew.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-03-15 06:06:56 +0000
committerRichard M. Stallman <rms@gnu.org>1993-03-15 06:06:56 +0000
commita4cccd41f46fdf24422ce93879bc4f683544e9dc (patch)
tree40c2469197cca423821f55c8e4eb284c3585568b /src/dispnew.c
parent67ca18c985af393997670c835988b4ca3a2c2fed (diff)
downloademacs-a4cccd41f46fdf24422ce93879bc4f683544e9dc.tar.gz
Include termhooks.h.
Diffstat (limited to 'src/dispnew.c')
-rw-r--r--src/dispnew.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dispnew.c b/src/dispnew.c
index cfd7f47d07b..6937e9a1cfc 100644
--- a/src/dispnew.c
+++ b/src/dispnew.c
@@ -27,6 +27,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "termchar.h"
#include "termopts.h"
+#include "termhooks.h"
#include "cm.h"
#include "lisp.h"
#include "dispextern.h"