This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: missing regex.h include in natInetAddress.cc
- To: Olivier <olivier at zipworld dot com dot au>
- Subject: Re: missing regex.h include in natInetAddress.cc
- From: Tom Tromey <tromey at redhat dot com>
- Date: 27 Jun 2001 11:36:11 -0600
- Cc: java at gcc dot gnu dot org
- References: <20010627221451.A6946@zipworld.com.au>
- Reply-To: tromey at redhat dot com
>>>>> "Olivier" == Olivier <olivier@zipworld.com.au> writes:
Olivier> #ifdef HAVE_NETDB_H
Olivier> #include <regex.h> /* added this include */
Olivier> #include <netdb.h>
Olivier> #endif
This seems bizarre.
What was the problem that caused you to do this?
Tom