mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
posix 2001
This commit is contained in:
parent
ecf282a54c
commit
48e1a7648e
1 changed files with 7 additions and 0 deletions
|
@ -11,6 +11,13 @@
|
||||||
#ifndef UI_H__
|
#ifndef UI_H__
|
||||||
#define UI_H__
|
#define UI_H__
|
||||||
|
|
||||||
|
/* Ensure gmtime_r, strtok_r is available even with -std=c99; must be included before
|
||||||
|
*/
|
||||||
|
#if !defined(_WIN32)
|
||||||
|
#define _POSIX_C_SOURCE 200112L
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#define _USE_MATH_DEFINES
|
#define _USE_MATH_DEFINES
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue