# HG changeset patch # User Christoph Moench-Tegeder # Date 1452540741 -3600 # Node ID 66017d9f61876fba09a9f33dbc77c3142412a917 # Parent a6a41aec40f265a67b73a1f236d12dc7e080d2dc include the right gssapi.h some time ago gssapi.h moved to gssapi/gssapi.h, and on some systems (e.g. FreeBSD) gssapi.h carries a deprecation #warning - which becomes a fatal error since we're compiling with -Werror diff -r a6a41aec40f2 -r 66017d9f6187 loudmouth/lm-sasl.c --- a/loudmouth/lm-sasl.c Mon Jan 11 20:31:29 2016 +0100 +++ b/loudmouth/lm-sasl.c Mon Jan 11 20:32:21 2016 +0100 @@ -25,7 +25,7 @@ #include #ifdef HAVE_GSSAPI -#include +#include #endif #include "lm-sock.h"