From 4a1ec21313b1e4742e39c993784124a24a867694 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Sun, 25 Jun 2000 16:29:47 +0000 Subject: [PATCH] (blockinput.h): Depend on atimer.h. (atimer.h): Depend on systime.h. --- src/Makefile.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Makefile.in b/src/Makefile.in index 1320f480dde..fce7a652a59 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1113,6 +1113,9 @@ textprop.o: textprop.c buffer.h window.h $(INTERVAL_SRC) $(config_h) intervals.o: intervals.c buffer.h $(INTERVAL_SRC) keyboard.h puresize.h $(config_h) composite.o: composite.c buffer.h charset.h $(INTERVAL_SRC) $(config_h) +blockinput.h: atimer.h +atimer.h: systime.h + /* System-specific programs to be made. OTHER_FILES and OBJECTS_MACHINE select which of these should be compiled. */ -- 2.39.2