mirror of
https://github.com/DaveGamble/cJSON.git
synced 2023-08-10 21:13:26 +03:00
include float.h for DBL_EPSILON caribou-rtos
This commit is contained in:
parent
4ddc4c0530
commit
35c1397018
10
cJSON.c
10
cJSON.c
@ -38,11 +38,13 @@
|
||||
#endif
|
||||
|
||||
#if defined(_CARIBOU_RTOS_)
|
||||
#include <caribou/string.h>
|
||||
#include <caribou/stdio.h>
|
||||
#include <caribou/stddef.h>
|
||||
#include <caribou/stdint.h>
|
||||
#include <caribou/lib/string.h>
|
||||
#include <caribou/lib/stdio.h>
|
||||
#include <caribou/lib/stddef.h>
|
||||
#include <caribou/lib/stdint.h>
|
||||
#include <caribou/lib/heap.h>
|
||||
#include <math.h>
|
||||
#include <float.h>
|
||||
#else
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
|
4
cJSON.h
4
cJSON.h
@ -84,8 +84,8 @@ then using the CJSON_API_VISIBILITY flag to "export" the same symbols the way CJ
|
||||
#define CJSON_VERSION_PATCH 14
|
||||
|
||||
#if defined(_CARIBOU_RTOS_)
|
||||
#include <caribou/stdint.h>
|
||||
#include <caribou/stddef.h>
|
||||
#include <caribou/lib/stdint.h>
|
||||
#include <caribou/lib/stddef.h>
|
||||
#else
|
||||
#include <stddef.h>
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user