From patchwork Thu Jul 18 14:55:39 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jeroen Roovers X-Patchwork-Id: 2829664 Return-Path: X-Original-To: patchwork-linux-parisc@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 037319F9A0 for ; Thu, 18 Jul 2013 14:55:49 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id EB3102011E for ; Thu, 18 Jul 2013 14:55:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 74B6820154 for ; Thu, 18 Jul 2013 14:55:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932138Ab3GROzq (ORCPT ); Thu, 18 Jul 2013 10:55:46 -0400 Received: from smtp.gentoo.org ([140.211.166.183]:33939 "EHLO smtp.gentoo.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932074Ab3GROzp (ORCPT ); Thu, 18 Jul 2013 10:55:45 -0400 Received: from marga.jer-c2.orkz.net (D4B2706A.static.ziggozakelijk.nl [212.178.112.106]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: jer) by smtp.gentoo.org (Postfix) with ESMTPSA id 8D7F233E915; Thu, 18 Jul 2013 14:55:44 +0000 (UTC) Date: Thu, 18 Jul 2013 16:55:39 +0200 From: Jeroen Roovers To: Helge Deller Cc: linux-parisc@vger.kernel.org Subject: [PATCH] palo/paloio.c:64: warning: implicit declaration of function 'memcmp' Message-ID: <20130718165539.15e7e327@marga.jer-c2.orkz.net> X-Mailer: Claws Mail 3.9.2-dirty (GTK+ 2.24.17; i686-pc-linux-gnu) Mime-Version: 1.0 Sender: linux-parisc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-parisc@vger.kernel.org X-Spam-Status: No, score=-6.5 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RCVD_IN_SORBS_WEB, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP I have been carrying this patch in the Gentoo repository[1] for quite a while now. [1] http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/sys-boot/palo/files/palo-1.18-include.patch?view=log Add missing include for memcmp. Signed-off-by: Jeroen Roovers --- To unsubscribe from this list: send the line "unsubscribe linux-parisc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/palo/paloio.c b/palo/paloio.c index 518c6a5..64e8e45 100644 --- a/a/palo/paloio.c +++ b/b/palo/paloio.c @@ -7,6 +7,7 @@ */ #include #include +#include #include #include #include