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:
parent
724f76029d
commit
1bc1344e14
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=91227
@ -39,6 +39,8 @@ static const char rcsid[] =
|
||||
"$FreeBSD$";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/time.h>
|
||||
|
||||
#include "rcv.h"
|
||||
#include "extern.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user