diff options
-rw-r--r-- | git-compat-util.h | 2 | ||||
-rw-r--r-- | help.c | 1 | ||||
-rw-r--r-- | pager.c | 2 |
3 files changed, 2 insertions, 3 deletions
diff --git a/git-compat-util.h b/git-compat-util.h index ede9408bb..e83195bde 100644 --- a/git-compat-util.h +++ b/git-compat-util.h @@ -52,6 +52,8 @@ #include <fnmatch.h> #include <sys/poll.h> #include <sys/socket.h> +#include <sys/ioctl.h> +#include <sys/select.h> #include <assert.h> #include <regex.h> #include <netinet/in.h> @@ -7,7 +7,6 @@ #include "builtin.h" #include "exec_cmd.h" #include "common-cmds.h" -#include <sys/ioctl.h> /* most GUI terminals set COLUMNS (although some don't export it) */ static int term_columns(void) @@ -1,7 +1,5 @@ #include "cache.h" -#include <sys/select.h> - /* * This is split up from the rest of git so that we might do * something different on Windows, for example. |