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
1 changed files with 2 additions and 4 deletions

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>