解决编译报错
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user