From patchwork Sun Jul 4 04:43:34 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mattia Dongili X-Patchwork-Id: 110085 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.4/8.14.3) with ESMTP id o644p99v023105 for ; Sun, 4 Jul 2010 04:51:09 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752710Ab0GDEvB (ORCPT ); Sun, 4 Jul 2010 00:51:01 -0400 Received: from static-220-247-10-204.b-man.svips.gol.ne.jp ([220.247.10.204]:49572 "EHLO smtp.kamineko.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752607Ab0GDEvA (ORCPT ); Sun, 4 Jul 2010 00:51:00 -0400 Received: from caligola.kamineko.org (caligola.kamineko.org [192.168.1.36]) by smtp.kamineko.org (Postfix) with ESMTPSA id 1D7FC6B761; Sun, 4 Jul 2010 13:44:51 +0900 (JST) Received: by caligola.kamineko.org (Postfix, from userid 1000) id 0369A15E8F; Sun, 4 Jul 2010 13:44:50 +0900 (JST) Message-Id: <20100704044450.778114511@linux.it> User-Agent: quilt/0.48-1 Date: Sun, 04 Jul 2010 13:43:34 +0900 From: malattia@linux.it To: Robert Moore Cc: Len Brown , linux-acpi@vger.kernel.org, Mattia Dongili Subject: [patch 2/5] Small tweak to define uintptr_t and successfully build on debian/kfreebsd References: <20100704044332.573836359@linux.it> Content-Disposition: inline; filename=fix_ftbfs_debian-kfreebsd.patch Sender: linux-acpi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Sun, 04 Jul 2010 04:51:10 +0000 (UTC) Index: b/include/platform/acenv.h =================================================================== --- a/include/platform/acenv.h 2010-07-02 21:42:26.785349387 +0900 +++ b/include/platform/acenv.h 2010-07-04 11:18:37.250028892 +0900 @@ -182,6 +182,9 @@ /*! [Begin] no source code translation */ +#if defined(__GLIBC__) +#include +#endif /****************************************************************************** *