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>