Hotfix for kernel/compatibility.h
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user