From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Mosberger Date: Thu, 31 May 2001 05:36:24 +0000 Subject: Re: [Linux-ia64] asm/unaligned.h missing include file Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org >>>>> On Sun, 27 May 2001 03:17:08 -0400 (EDT), Dori Eldar said: Dori> I've seen that asm-ia64/unaligned.h uses the type __u64, but Dori> doesn't include asm{-ia64}/types.h where this type is defined. Dori> This forces anyone who includes "unaligned.h" to explicitly Dori> include types.h first. I fixed this now. Thanks for pointing this out. --david