The branch main has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=e3f06e25807cbc0868ee5a4bd28f07f7d423cb40
commit e3f06e25807cbc0868ee5a4bd28f07f7d423cb40 Author: Kristof Provost <[email protected]> AuthorDate: 2021-12-16 14:03:23 +0000 Commit: Kristof Provost <[email protected]> CommitDate: 2021-12-17 11:38:35 +0000 sys: make filedesc.h self-contained Sponsored by: Rubicon Communications, LLC ("Netgate") --- sys/sys/filedesc.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/sys/filedesc.h b/sys/sys/filedesc.h index 30392c1bf0fd..6f0e74e70d3b 100644 --- a/sys/sys/filedesc.h +++ b/sys/sys/filedesc.h @@ -35,6 +35,7 @@ #ifndef _SYS_FILEDESC_H_ #define _SYS_FILEDESC_H_ +#include <sys/types.h> #include <sys/caprights.h> #include <sys/queue.h> #include <sys/event.h>
