mingw: move poll out of sys-folder
authorErik Faye-Lund <kusmabite@gmail.com>
Mon, 24 Oct 2011 16:02:09 +0000 (18:02 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 31 Oct 2011 01:44:28 +0000 (18:44 -0700)
Both XSI and upstream Gnulib versions expects to find poll.h at
the root of some include path, not inside the sys-folder.

This helps us when upgrading Gnulib.

Signed-off-by: Erik Faye-Lund <kusmabite@gmail.com>
Acked-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found