Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
msvc: Fix macro redefinition warnings
[gitweb.git]
/
git-compat-util.h
diff --git
a/git-compat-util.h
b/git-compat-util.h
index 56dce8588472e8535c1482ed21818f413abb4dbf..d0a1e480b6445a6f5ba3680672c255ab44ca43f0 100644
(file)
--- 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>