diff options
author | Martin Langhoff <martin@catalyst.net.nz> | 2006-05-01 10:20:56 +1200 |
---|---|---|
committer | Martin Langhoff <martin@catalyst.net.nz> | 2006-05-01 10:20:56 +1200 |
commit | e660e3997fbad830e5723336d61883f3a50dbc92 (patch) | |
tree | 0c02dced98df9982415c8328e8c07c1001e3dc31 /builtin-help.c | |
parent | git-cvsexportcommit: Add -f(orce) and -m(essage prefix) flags, small cleanups. (diff) | |
parent | Merge branch 'fix' (diff) | |
download | tgif-e660e3997fbad830e5723336d61883f3a50dbc92.tar.xz |
Merge with git://kernel.org/pub/scm/git/git.git
Diffstat (limited to 'builtin-help.c')
-rw-r--r-- | builtin-help.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/builtin-help.c b/builtin-help.c index 10a59cc403..7470faa566 100644 --- a/builtin-help.c +++ b/builtin-help.c @@ -3,6 +3,7 @@ * * Builtin help-related commands (help, usage, version) */ +#include <sys/ioctl.h> #include "cache.h" #include "builtin.h" #include "exec_cmd.h" |