Minor additon

This commit is contained in:
Gitea 2020-12-21 13:45:29 -06:00
parent a37a3c3928
commit 37a4379512
1 changed files with 7 additions and 1 deletions

View File

@ -12,6 +12,12 @@
#ifndef _STDLIB_H
#define _STDLIB_H
#ifdef _XOPEN_SOURCE
#ifndef _POSIX_C_SOURCE
#define _POSIX_C_SOURCE 200809L
#endif
#endif
#include <sys/cdefs.h>
#ifndef NULL