diff options
Diffstat (limited to 'common/include/tfe_utils.h')
| -rw-r--r-- | common/include/tfe_utils.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/common/include/tfe_utils.h b/common/include/tfe_utils.h index 4081782..7011044 100644 --- a/common/include/tfe_utils.h +++ b/common/include/tfe_utils.h @@ -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 { |
