From: Erik Faye-Lund Date: Tue, 1 Nov 2011 11:56:21 +0000 (+0100) Subject: mingw: poll.h is no longer in sys/ X-Git-Tag: v1.7.8-rc1~12^2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=2d52ea93a7ca451b967f180e0ea0d32404749a66;p=git.git mingw: poll.h is no longer in sys/ 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 Signed-off-by: Junio C Hamano --- diff --git a/Makefile b/Makefile index 4c09b3511..ee34eab8c 100644 --- a/Makefile +++ b/Makefile @@ -515,7 +515,7 @@ LIB_H += compat/mingw.h 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