Merge branch 'nd/pack-objects-pack-struct'
[gitweb.git] / git-compat-util.h
index f1d7ada890bc7a905186056c4e9257beb8d8441d..f9e4c5f9bc24404053ae3905251cc108eefb365e 100644 (file)
@@ -284,6 +284,10 @@ extern char *gitdirname(char *);
 #include <openssl/err.h>
 #endif
 
+#ifdef HAVE_SYSINFO
+# include <sys/sysinfo.h>
+#endif
+
 /* On most systems <netdb.h> would have given us this, but
  * not on some systems (e.g. z/OS).
  */