diff options
author | Erik Faye-Lund <kusmabite@gmail.com> | 2010-11-04 02:35:21 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-11-04 16:53:51 -0700 |
commit | fdc12114635581b6901940ddb467a78716bc12ca (patch) | |
tree | 91c5d4cb9aa2fe9e2f0999779069168c716a167e /git-compat-util.h | |
parent | mingw: import poll-emulation from gnulib (diff) | |
download | tgif-fdc12114635581b6901940ddb467a78716bc12ca.tar.xz |
mingw: use poll-emulation from gnulib
Signed-off-by: Erik Faye-Lund <kusmabite@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git-compat-util.h')
-rw-r--r-- | git-compat-util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-compat-util.h b/git-compat-util.h index 56dce85884..d0a1e480b6 100644 --- a/git-compat-util.h +++ b/git-compat-util.h @@ -105,9 +105,9 @@ #include <regex.h> #include <utime.h> #include <syslog.h> +#include <sys/poll.h> #ifndef __MINGW32__ #include <sys/wait.h> -#include <sys/poll.h> #include <sys/socket.h> #include <sys/ioctl.h> #include <termios.h> |