Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Thu, 14 Aug 2003 17:05:15 +0200 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: sys/socket.h problem in Cygwin Message-ID: <20030814150515.GR3101@cygbert.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <289D5E887973504394DF3D5ACFFE07BEBD7EAB AT sncexmb1 DOT corp DOT nai DOT org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <289D5E887973504394DF3D5ACFFE07BEBD7EAB@sncexmb1.corp.nai.org> User-Agent: Mutt/1.4.1i On Thu, Aug 14, 2003 at 07:44:43AM -0700, Jack_Goral AT NAI DOT com wrote: > sys/socket.h includes cygwin/socket.h, this includes asm/socket.h which includes cygwin/if.h. > > This way "struct sockaddr_in" is not there because it is defined in cygwin/in.h not cygwin/if.h. > > Because of that I must do: > > #include > #include > > instead of only: > > #include > > Is this a bug in Cygwin include headers for GCC 3.2 or I am doing something wrong? AFAIK that's pretty normal. On Linux -- as on Cygwin -- you'll have to include netinet/in.h. So just replace #include by #include and it should be fine. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Developer mailto:cygwin AT cygwin DOT com Red Hat, Inc. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/