Code

Introduce git_etc_gitconfig() that encapsulates access of ETC_GITCONFIG.
[git.git] / git-compat-util.h
index ede9408bbd14880b3534110586562c2e6df8b07b..e83195bde5ce202bd20b1d1a5dc95fa3f54ed6a1 100644 (file)
@@ -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>