解决编译报错

This commit is contained in:
wangmenglan
2023-05-06 18:48:01 +08:00
parent 8de8ec1c5f
commit 5dcc85c1ee
6 changed files with 46 additions and 50 deletions

View File

@@ -134,6 +134,7 @@ char *tfe_thread_safe_ctime(const time_t *tp, char *buf, int len);
#endif
#include <stdio.h>
#include <stdint.h>
static inline void tfe_hexdump2file(FILE *f, const char * title, const void * buf, unsigned int len)
{
@@ -187,8 +188,8 @@ int tfe_decode_base64url(u_char *dst, u_char *src);
/******************************************************************************
* sids
******************************************************************************/
#include <marsio.h>
typedef uint16_t sid_t;
#define MR_SID_LIST_MAXLEN 8
struct sids
{