gnu/sched.h: missing features.h include

Change-Id: I5032dbf08a034df77ab4b436178d08fba2137da5
Reviewed-on: https://review.haiku-os.org/c/haiku/+/7974
Reviewed-by: waddlesplash <waddlesplash@gmail.com>
This commit is contained in:
PulkoMandy 2024-08-10 13:12:23 +02:00 committed by waddlesplash
parent 902479359a
commit 9d62be21bf

View File

@ -7,6 +7,7 @@
#include_next <sched.h> #include_next <sched.h>
#include <features.h>
#include <stdint.h> #include <stdint.h>
#include <sys/types.h> #include <sys/types.h>