Re: [HACKERS] CVS -Tip compile issue -- FreeBSD 4.8 - Mailing list pgsql-patches

From Tom Lane
Subject Re: [HACKERS] CVS -Tip compile issue -- FreeBSD 4.8
Date
Msg-id 10180.1055433804@sss.pgh.pa.us
Whole thread Raw
In response to Re: [HACKERS] CVS -Tip compile issue -- FreeBSD 4.8  (Rod Taylor <rbt@rbt.ca>)
List pgsql-patches
Rod Taylor <rbt@rbt.ca> writes:
>> First thought that comes to mind is that <sys/socket.h> may require
>> something else to be included first --- maybe <sys/types.h> ?

> That did it.  It's a little curious that sys/socket.h doesn't mention
> that anywhere though.

I see a couple of places where configure neglects to include sys/types
before sys/socket.  Fixing now.

            regards, tom lane

pgsql-patches by date:

Previous
From: Rod Taylor
Date:
Subject: Re: [HACKERS] CVS -Tip compile issue -- FreeBSD 4.8
Next
From: Bruce Momjian
Date:
Subject: Add threading flags to libpq