1
0
Fork 0
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:
Jonas 'Sortie' Termansen 2015-12-23 17:49:59 +01:00
parent 1e7bbace90
commit 559857b97e
2 changed files with 2 additions and 5 deletions

View file

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

View file

@ -25,7 +25,7 @@
#ifndef INCLUDE_SEMAPHORE_H
#define INCLUDE_SEMAPHORE_H
#include <features.h>
#include <sys/cdefs.h>
#include <sortix/timespec.h>