summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c09cd77)
raw | patch | inline | side by side (parent: c09cd77)
author | Erik Faye-Lund <kusmabite@gmail.com> | |
Tue, 1 Nov 2011 11:56:21 +0000 (12:56 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 1 Nov 2011 17:02:11 +0000 (10:02 -0700) |
Earlier we moved this header file in the code but forgot to
update the Makefile that refers to it.
Signed-off-by: Erik Faye-Lund <kusmabite@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
update the Makefile that refers to it.
Signed-off-by: Erik Faye-Lund <kusmabite@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile | patch | blob | history |
diff --git a/Makefile b/Makefile
index 4c09b35118fad7bf653cc1a811217c981f156284..ee34eab8c527da360a24c153a297d7a2f62d2a55 100644 (file)
--- a/Makefile
+++ b/Makefile
LIB_H += compat/obstack.h
LIB_H += compat/win32/pthread.h
LIB_H += compat/win32/syslog.h
-LIB_H += compat/win32/sys/poll.h
+LIB_H += compat/win32/poll.h
LIB_H += compat/win32/dirent.h
LIB_H += connected.h
LIB_H += csum-file.h