From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:32864) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tta3v-0004jR-KV for qemu-devel@nongnu.org; Fri, 11 Jan 2013 03:34:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tta3q-0001YA-HH for qemu-devel@nongnu.org; Fri, 11 Jan 2013 03:34:03 -0500 Date: Fri, 11 Jan 2013 09:33:50 +0100 From: Stefan Hajnoczi Message-ID: <20130111083350.GB23656@stefanha-thinkpad.muc.redhat.com> References: <1357579795-11770-1-git-send-email-peter.maydell@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1357579795-11770-1-git-send-email-peter.maydell@linaro.org> Subject: Re: [Qemu-devel] [PATCH] qga/channel-posix.c: Explicitly include string.h List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org, patches@linaro.org On Mon, Jan 07, 2013 at 05:29:55PM +0000, Peter Maydell wrote: > Explicitly include string.h to avoid warnings under MacOS X/clang > about implicit declarations of strerror() and strlen(). > > Signed-off-by: Peter Maydell > --- > I assume under Linux these are implicitly dragged in via one of the > other headers. > > qga/channel-posix.c | 1 + > 1 file changed, 1 insertion(+) Thanks, applied to the trivial patches tree: https://github.com/stefanha/qemu/commits/trivial-patches Stefan