CVS commit by luis_pedro: I don't understand why, but this Mac OS fix from long ago went into vcc.y, but not vcc.c though vcc.c is a more recent file. M +1 -1 vcc.c 1.5 --- kdepim/libkcal/versit/vcc.c #1.4:1.5 @@ -126,5 +126,5 @@ DFARS 252.227-7013 or 48 CFR 52.227-19, #include -#ifndef __FreeBSD__ +#if !defined(__FreeBSD__) && !defined(__APPLE__) #include #endif