diff options
Diffstat (limited to 'lib/include/session.h')
-rw-r--r-- | lib/include/session.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/include/session.h b/lib/include/session.h index 397fa68..39eb1bc 100644 --- a/lib/include/session.h +++ b/lib/include/session.h @@ -30,9 +30,11 @@ #ifndef LIBOSTP_SESSION_H_ #define LIBOSTP_SESSION_H_ +#include <ostp/net/stpsession.h> #include <stdint.h> struct ostp_session { + char username[MAX_USERNAME_LEN]; unsigned char *session_key; int sockfd; }; |