sys: make filedesc.h self-contained

Sponsored by:   Rubicon Communications, LLC ("Netgate")
This commit is contained in:
Kristof Provost 2021-12-16 15:03:23 +01:00
parent e7809dceb5
commit e3f06e2580

View File

@ -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>