X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=src%2Fttt.h;h=5b4a807fb4f0258a62bc16a48a1601e1b072311b;hb=7768c01e9aeec334dd3d5851fc2d1298317060dc;hp=c1662afd8aaf6875ff38e961c6fa822a2d5dc1b4;hpb=47ff725ff3b109b94a23ea7c8c07c8b1417e31ef;p=ttt diff --git a/src/ttt.h b/src/ttt.h index c1662af..5b4a807 100644 --- a/src/ttt.h +++ b/src/ttt.h @@ -41,6 +41,7 @@ #include #include #include +#include #define ASSERT_NOT_REACHED \ do { \ @@ -72,6 +73,7 @@ typedef enum { } ttt_status_t; typedef struct _ttt_server ttt_server_t; +typedef struct _ttt_invite ttt_invite_t; typedef struct _ttt_client ttt_client_t; #include "x.h"