git: e3f06e25807c - main - sys: make filedesc.h self-contained
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 17 Dec 2021 11:39:04 UTC
The branch main has been updated by kp:
URL: https://cgit.FreeBSD.org/src/commit/?id=e3f06e25807cbc0868ee5a4bd28f07f7d423cb40
commit e3f06e25807cbc0868ee5a4bd28f07f7d423cb40
Author: Kristof Provost <kp@FreeBSD.org>
AuthorDate: 2021-12-16 14:03:23 +0000
Commit: Kristof Provost <kp@FreeBSD.org>
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>