> Log Message: > - libgen.h is required on FreeBSD for basename(), and will provide > POSIX basename() for those of you using glibc. > - Silence some compiler warnings. > > #include <time.h> > +#include <libgen.h> > #ifdef HAVE_NETDB_H > # include <netdb.h> > #endif
please add guards around the inclusion of libgen.h (like netdb.h). Of course, you also need to modify configure.in for that. Vincent ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
