K 10 svn:author V 8 netchild K 8 svn:date V 27 2006-02-19T14:04:09.000000Z K 7 svn:log V 196 On -current there's a new header: printf.h. The port picks it up, but fails because printf.h needs wchar.h. So: - include wchar.h - while I'm here include stdlib.h (for the prototype of exit()) END