--- samba-3.0.23c/source/include/includes.h~ 2006-08-23 18:16:38.000000000 +0200 +++ samba-3.0.23c/source/include/includes.h 2006-09-29 08:23:38.000000000 +0200 @@ -1450,6 +1450,10 @@ #endif #endif +#ifndef HAVE_VSYSLOG +void vsyslog (int facility_priority, const char *format, va_list arglist); +#endif + #ifndef HAVE_TIMEGM time_t timegm(struct tm *tm); #endif