From: Stefan Sperling <stsp@stsp.name>
To: Jonathan Nieder <jrnieder@gmail.com>
Cc: git@vger.kernel.org, "Shawn O. Pearce" <spearce@spearce.org>,
Erik Faye-Lund <kusmabite@gmail.com>
Subject: Re: [PATCH] Include headers for getrlimit() in sha1_file.c
Date: Sat, 19 Mar 2011 10:09:27 +0100 [thread overview]
Message-ID: <20110319090927.GA521@jack.stsp.name> (raw)
In-Reply-To: <20110318202351.GA22696@elie>
On Fri, Mar 18, 2011 at 03:23:52PM -0500, Jonathan Nieder wrote:
> diff --git a/git-compat-util.h b/git-compat-util.h
> index 49b50ee..40498b3 100644
> --- a/git-compat-util.h
> +++ b/git-compat-util.h
> @@ -118,6 +118,7 @@
> #endif
> #ifndef __MINGW32__
> #include <sys/wait.h>
> +#include <sys/resource.h>
> #include <sys/socket.h>
> #include <sys/ioctl.h>
> #include <termios.h>
Works for me. Thanks.
next prev parent reply other threads:[~2011-03-19 9:10 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-16 10:37 [PATCH] Include headers for getrlimit() in sha1_file.c Stefan Sperling
2011-03-18 20:23 ` Jonathan Nieder
2011-03-19 0:22 ` Arnaud Lacombe
2011-03-19 9:09 ` Stefan Sperling [this message]
2011-03-31 22:59 ` [PATCH maint resend] compat: add missing #include <sys/resource.h> Jonathan Nieder
2011-04-03 19:13 ` Jonathan Nieder
2011-04-03 19:27 ` Junio C Hamano
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20110319090927.GA521@jack.stsp.name \
--to=stsp@stsp.name \
--cc=git@vger.kernel.org \
--cc=jrnieder@gmail.com \
--cc=kusmabite@gmail.com \
--cc=spearce@spearce.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.