Lothar Behrens <lothar(dot)behrens(at)lollisoft(dot)de> writes:
> gcc -DHAVE_CONFIG_H -I. -I. -I. -I/sw/include/postgresql -g -O2 -MT
> socket.lo -MD -MP -MF .deps/socket.Tpo -c socket.c -fno-common -DPIC
> -o socket.lo
> socket.c: In function `SOCK_wait_for_ready':
> socket.c:260: error: storage size of `tm' isn't known
Perhaps that source file is missing an inclusion of <time.h> or <sys/time.h>
regards, tom lane