mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-05-19 08:20:17 +00:00
more portability
This commit is contained in:
parent
0428ae301f
commit
a203269976
2 changed files with 5 additions and 1 deletions
4
main.c
4
main.c
|
@ -1,3 +1,7 @@
|
|||
#ifdef __linux__
|
||||
#define _POSIX_C_SOURCE 200112L
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdint.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue