#include <com_err.h> instead of #include <et/com_err.h>
2003-03-21 Jeffrey Stedfast <fejj@ximian.com> * camel-sasl-gssapi.c: #include <com_err.h> instead of #include <et/com_err.h> svn path=/trunk/; revision=20453
This commit is contained in:
committed by
Jeffrey Stedfast
parent
8aca2a5fc8
commit
59d2fd3e57
@ -1,3 +1,8 @@
|
||||
2003-03-21 Jeffrey Stedfast <fejj@ximian.com>
|
||||
|
||||
* camel-sasl-gssapi.c: #include <com_err.h> instead of
|
||||
#include <et/com_err.h>
|
||||
|
||||
2003-03-20 Jeffrey Stedfast <fejj@ximian.com>
|
||||
|
||||
* camel-sasl.c: Plug in GSSAPI support.
|
||||
|
||||
@ -28,7 +28,7 @@
|
||||
#ifdef HAVE_KRB5
|
||||
|
||||
#include <string.h>
|
||||
#include <et/com_err.h>
|
||||
#include <com_err.h>
|
||||
#ifdef HAVE_MIT_KRB5
|
||||
#include <gssapi/gssapi.h>
|
||||
#include <gssapi/gssapi_generic.h>
|
||||
|
||||
Reference in New Issue
Block a user