gc --auto: exclude base pack if not enough mem to "repack -ad"
[gitweb.git] / git-compat-util.h
index 07e383257b4985f7400f167d683a5fb692237d93..e373af48b895f9ebbeefd2d954a2f8a3b165a137 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).
  */