Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933764AbXF2QWm (ORCPT ); Fri, 29 Jun 2007 12:22:42 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S933627AbXF2QW0 (ORCPT ); Fri, 29 Jun 2007 12:22:26 -0400 Received: from 81-174-11-161.static.ngi.it ([81.174.11.161]:59917 "EHLO mail.enneenne.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933490AbXF2QWY (ORCPT ); Fri, 29 Jun 2007 12:22:24 -0400 Date: Fri, 29 Jun 2007 18:23:47 +0200 From: Rodolfo Giometti To: David Woodhouse Cc: linux-kernel@vger.kernel.org, Andrew Morton Message-ID: <20070629162346.GO13886@enneenne.com> References: <20070628081538.GP13886@enneenne.com> <1183019474.1170.66.camel@pmac.infradead.org> <20070628084003.GQ13886@enneenne.com> <1183031060.1170.145.camel@pmac.infradead.org> <20070628161450.GD13886@enneenne.com> <1183117082.1170.308.camel@pmac.infradead.org> <20070629150813.GM13886@enneenne.com> <1183130716.1170.347.camel@pmac.infradead.org> <20070629153835.GN13886@enneenne.com> <1183131694.1170.350.camel@pmac.infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1183131694.1170.350.camel@pmac.infradead.org> Organization: GNU/Linux Device Drivers, Embedded Systems and Courses X-PGP-Key: gpg --keyserver keyserver.linux.it --recv-keys D25A5633 User-Agent: Mutt/1.5.13 (2006-08-11) X-SA-Exim-Connect-IP: 192.168.32.1 X-SA-Exim-Mail-From: giometti@enneenne.com Subject: Re: [PATCH] LinuxPPS (with new syscalls API) - new version X-SA-Exim-Version: 4.2 (built Thu, 03 Mar 2005 10:44:12 +0100) X-SA-Exim-Scanned: Yes (on mail.enneenne.com) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1202 Lines: 38 On Fri, Jun 29, 2007 at 04:41:33PM +0100, David Woodhouse wrote: > > includes , for some reason. > doesn't. > > You shouldn't rely on being pulled in like that -- you > either need a forward declaration of struct timespec, or to include > for yourself from Can you please check if this patch resolve your problem? diff --git a/include/linux/pps.h b/include/linux/pps.h index 6b53864..fe8c645 100644 --- a/include/linux/pps.h +++ b/include/linux/pps.h @@ -33,6 +33,7 @@ #ifndef __KERNEL__ #include +#include #include #endif Thanks, Rodolfo -- GNU/Linux Solutions e-mail: giometti@enneenne.com Linux Device Driver giometti@gnudd.com Embedded Systems giometti@linux.it UNIX programming phone: +39 349 2432127 - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/