Skip to content

Commit e6b6048

Browse files
kusmadscho
authored andcommitted
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: Junio C Hamano <gitster@pobox.com> Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent 36fe213 commit e6b6048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ LIB_H += compat/mingw.h
518518
LIB_H += compat/obstack.h
519519
LIB_H += compat/win32/pthread.h
520520
LIB_H += compat/win32/syslog.h
521-
LIB_H += compat/win32/sys/poll.h
521+
LIB_H += compat/win32/poll.h
522522
LIB_H += compat/win32/dirent.h
523523
LIB_H += connected.h
524524
LIB_H += csum-file.h

0 commit comments

Comments
 (0)