From c0e517511c7c11f8dd7ae8897d19642345227da1 Mon Sep 17 00:00:00 2001 From: Sam Hartman Date: Wed, 20 Mar 2013 13:40:14 -0400 Subject: [PATCH 1/1] Remove dependency on gsscon.h from public includes --- include/trust_router/tid.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/trust_router/tid.h b/include/trust_router/tid.h index 68d8074..a6e510a 100644 --- a/include/trust_router/tid.h +++ b/include/trust_router/tid.h @@ -38,12 +38,13 @@ #include #include -#include #include #include #define TID_PORT 12309 +typedef struct gss_ctx_id_struct *gss_ctx_id_t; + typedef struct tid_req { struct tid_req *next_req; int conn; -- 2.1.4