summaryrefslogtreecommitdiff
path: root/git-compat-util.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-08-25 21:42:32 (GMT)
committerJunio C Hamano <gitster@pobox.com>2022-08-25 21:42:32 (GMT)
commitf00ddc9f4861ab126ea48d1551dd7e2ed5f90943 (patch)
treec47af2e86c4b56496951a5fd91892321e15c74eb /git-compat-util.h
parenta103ad6f3d58cf3d297a6b102876e2bbf09c98d7 (diff)
parent43370b1e910f767b327046b1c4253c82e9695052 (diff)
downloadgit-f00ddc9f4861ab126ea48d1551dd7e2ed5f90943.zip
git-f00ddc9f4861ab126ea48d1551dd7e2ed5f90943.tar.gz
git-f00ddc9f4861ab126ea48d1551dd7e2ed5f90943.tar.bz2
Merge branch 'vd/scalar-generalize-diagnose'
The "diagnose" feature to create a zip archive for diagnostic material has been lifted from "scalar" and made into a feature of "git bugreport". * vd/scalar-generalize-diagnose: scalar: update technical doc roadmap scalar-diagnose: use 'git diagnose --mode=all' builtin/bugreport.c: create '--diagnose' option builtin/diagnose.c: add '--mode' option builtin/diagnose.c: create 'git diagnose' builtin diagnose.c: add option to configure archive contents scalar-diagnose: move functionality to common location scalar-diagnose: move 'get_disk_info()' to 'compat/' scalar-diagnose: add directory to archiver more gently scalar-diagnose: avoid 32-bit overflow of size_t scalar-diagnose: use "$GIT_UNZIP" in test
Diffstat (limited to 'git-compat-util.h')
-rw-r--r--git-compat-util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/git-compat-util.h b/git-compat-util.h
index 6aee4d9..4e51a1c 100644
--- a/git-compat-util.h
+++ b/git-compat-util.h
@@ -261,6 +261,7 @@ static inline int is_xplatform_dir_sep(int c)
#include <sys/resource.h>
#include <sys/socket.h>
#include <sys/ioctl.h>
+#include <sys/statvfs.h>
#include <termios.h>
#ifndef NO_SYS_SELECT_H
#include <sys/select.h>