mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Fix features.h inclusions not yet changed to sys/cdefs.h.
This commit is contained in:
parent
1e7bbace90
commit
559857b97e
2 changed files with 2 additions and 5 deletions
|
@ -25,12 +25,9 @@
|
|||
#ifndef INCLUDE_SORTIX_KERNEL_TIME_H
|
||||
#define INCLUDE_SORTIX_KERNEL_TIME_H
|
||||
|
||||
#include <features.h>
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
#include <sortix/timespec.h>
|
||||
|
||||
namespace Sortix {
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
#ifndef INCLUDE_SEMAPHORE_H
|
||||
#define INCLUDE_SEMAPHORE_H
|
||||
|
||||
#include <features.h>
|
||||
#include <sys/cdefs.h>
|
||||
|
||||
#include <sortix/timespec.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue