$NetBSD: patch-ad,v 1.5 2007/09/21 12:58:14 wiz Exp $ Needed for Solaris 9. Without the header, struct berval, which is used as a member of another struct in , has an unknown size. --- backends/evoldap-backend.c.orig 2007-03-02 22:10:18.000000000 +0000 +++ backends/evoldap-backend.c @@ -25,6 +25,9 @@ #include #include #include +#ifdef __sun +#include +#endif #include #include #include