1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-21 02:48:46 +00:00

include cdefs.h for __printf0like to silence warning.

This commit is contained in:
Alfred Perlstein 2002-05-11 00:54:33 +00:00
parent 75a011263c
commit dfe7e2f8ff
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=96374

View File

@ -15,6 +15,7 @@ static const char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include <sys/cdefs.h>
#include <sys/types.h>
#include <sys/stat.h>