X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: "deckerben" Newsgroups: comp.os.msdos.djgpp Subject: problems with ? Date: Sun, 12 May 2002 16:51:29 +0200 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Lines: 16 Message-ID: <3cde813a$0$12322$9b622d9e@news.freenet.de> NNTP-Posting-Host: 213.7.8.235 X-Trace: 1021215035 news.freenet.de 12322 213.7.8.235 X-Complaints-To: abuse AT freenet DOT de To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hello, Once in a while, while building certain packages, I get a conflict between the definition of _fd_set in select.h and _fd_set in types.h , when a package imports both headers at the same time and uses _fd_set. I must comment one or the other out. Is there a better way to resolve this conflict? In select.h there appears to be an empty struct definition for 'timeval'. Packages therefore that refer to 'timeval' sometimes report an error, that it's size is unknown. Ben