Hotfix for kernel/compatibility.h

This commit is contained in:
Clifford Wolf 2014-03-13 12:55:15 +01:00
parent 0e658dbc02
commit 542afc562f
1 changed files with 2 additions and 1 deletions

View File

@ -20,10 +20,11 @@
#ifndef COMPATIBILITY_H
#define COMPATIBILITY_H
#if !(_XOPEN_SOURCE >= 700 || _POSIX_C_SOURCE >= 200809L)
#include <stdio.h>
#include <stdlib.h>
#if !(_XOPEN_SOURCE >= 700 || _POSIX_C_SOURCE >= 200809L)
#define open_memstream compat_open_memstream
#define fmemopen compat_fmemopen