This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Problems Compiling Same Ol' Unmodified Project AFTER Migration to Newer GCC
- From: Eljay Love-Jensen <eljay at adobe dot com>
- To: "Taylor Jeude" <Terin at yaysoft dot com>, "GCC" <gcc-help at gcc dot gnu dot org>
- Date: Sun, 13 Jul 2003 09:26:49 -0500
- Subject: Re: Problems Compiling Same Ol' Unmodified Project AFTER Migration to Newer GCC
Hi Taylor,
Put in...
#include <sys/types.h>
...before your...
#include <arpa/inet.h>
...and everything should be okay.
--Eljay