Reinhard Max <max@suse.de> writes: > --- src/interfaces/libpq/fe-auth.c > +++ src/interfaces/libpq/fe-auth.c > @@ -244,6 +244,11 @@ > > #include <krb5.h> > > +#if !defined(__COM_ERR_H) && !defined(__COM_ERR_H__) > +/* if krb5.h didn't include it already */ > +#include <com_err.h> > +#endif > + > /* > * pg_an_to_ln -- return the local name corresponding to an authentication > * name
That looks like a reasonable fix, but isn't it needed in backend/libpq/auth.c as well? regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 4: Don't 'kill -9' the postmaster