--- capplets/about-me/gnome-about-me-password.c.orig Mon Nov 28 10:02:57 2005 +++ capplets/about-me/gnome-about-me-password.c Wed Dec 14 13:56:42 2005 @@ -25,7 +25,9 @@ # include #endif +#ifndef __FreeBSD__ #include +#endif #include #include #include @@ -45,6 +47,12 @@ #if __sun #include +#include +#endif + +#if __FreeBSD__ +#include +#include #include #endif