1
0
Fork 0
mirror of https://gitlab.com/sortix/sortix.git synced 2023-02-13 20:55:38 -05:00

Fix wrong malloc include guard.

This commit is contained in:
Jonas 'Sortie' Termansen 2013-09-23 16:13:28 +02:00
parent 3abad890ec
commit 9224f8f43d

View file

@ -22,10 +22,8 @@
*******************************************************************************/
/* TODO: POSIX-1.2008 compliance is only partial */
#ifndef _UNISTD_H
#define _UNISTD_H 1
#ifndef _MALLOC_H
#define _MALLOC_H 1
#include <features.h>