1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-02 12:20:51 +00:00

#include <sys/time.h> instead of depending on namespace pollution in

<sys/stat.h> for the declaration of struct timeval.  Intentionally
don't follow the local style of polluting the local headers.
This commit is contained in:
Bruce Evans 2002-02-25 05:16:22 +00:00
parent 724f76029d
commit 1bc1344e14
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=91227

View File

@ -39,6 +39,8 @@ static const char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include <sys/time.h>
#include "rcv.h"
#include "extern.h"