Fixed stdint.h include guard conflicting with unistd.h.

This commit is contained in:
Jonas 'Sortie' Termansen 2012-02-11 18:46:17 +01:00
parent 028867ab9d
commit 88c7788b4e
1 changed files with 2 additions and 2 deletions

View File

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