Makefile: add missing dependency on http.h
commit48c250a121a425a1860226b6a7061aecfbab5246
authorJonathan Nieder <jrnieder@gmail.com>
Sun, 8 Aug 2010 21:48:59 +0000 (8 16:48 -0500)
committerJunio C Hamano <gitster@pobox.com>
Mon, 9 Aug 2010 19:13:27 +0000 (9 12:13 -0700)
treeba3429f55dbc3a7fe33ff1e9f44882d71936ec3c
parent5fedde3cb35df40622cb93f2aadd847d77e5a089
Makefile: add missing dependency on http.h

v1.7.1-rc0~65^2~2 (http: init and cleanup separately from
http-walker, 2010-03-02) introduced a direct dependency from
http-fetch on the HTTP request library.  Declare it.

Detected with "make CHECK_HEADER_DEPENDENCIES=1".

Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Acked-by: Tay Ray Chuan <rctay89@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile