diff --git a/exec/aispoll.h b/exec/aispoll.h index d205f1f7..54e4d1c5 100644 --- a/exec/aispoll.h +++ b/exec/aispoll.h @@ -34,6 +34,8 @@ #ifndef POLL_H_DEFINED #define POLL_H_DEFINED +#include + typedef void * poll_timer_handle; typedef unsigned int poll_handle; diff --git a/exec/ipc.c b/exec/ipc.c index cb6e279b..fc6d22b3 100644 --- a/exec/ipc.c +++ b/exec/ipc.c @@ -533,7 +533,7 @@ static int libais_deliver (struct conn_info *conn_info) conn_info->authenticated = 1; } if (conn_info->authenticated == 0) { - log_printf (LOG_LEVEL_SECURITY, "Connection not authenticated because gid is %d, expecting %d\n", egid, gid_valid); + log_printf (LOG_LEVEL_SECURITY, "Connection not authenticated because gid is %d, expecting %d\n", egid, g_gid_valid); } #endif }