From: Dave Love Date: Sun, 25 Jun 2000 16:29:47 +0000 (+0000) Subject: (blockinput.h): Depend on atimer.h. X-Git-Tag: emacs-pretest-21.0.90~3079 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4a1ec21313b1e4742e39c993784124a24a867694;p=emacs.git (blockinput.h): Depend on atimer.h. (atimer.h): Depend on systime.h. --- 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. */