more posix support stuff
This commit is contained in:
parent
98a0b99f06
commit
910c64f0a6
2 changed files with 1 additions and 2 deletions
|
@ -61,7 +61,7 @@ This project is Licensed under the [GPLv3](https://www.gnu.org/licenses/gpl-3.0.
|
||||||
|
|
||||||
## Compilation
|
## Compilation
|
||||||
|
|
||||||
Wrapper only runs on Linux systems that are Posix 2008 compliant
|
Wrapper only runs on Linux systems that are Posix 1995 compliant
|
||||||
|
|
||||||
Make sure to have `gcc` and `make` installed, and then run
|
Make sure to have `gcc` and `make` installed, and then run
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
#define _POSIX_C_SOURCE 200809L
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
Loading…
Reference in a new issue