diff options
author | Günther Deschner <gd@samba.org> | 2011-10-21 14:15:54 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-10-21 15:52:36 +0200 |
commit | 80741d98d802aa4f1c9747d9478e0a932ab531df (patch) | |
tree | ced097e4af9b9156e5a23f4429428da2beb8b127 /libcli | |
parent | bba114af6e180fb23cba541bd90c0b139cb1f592 (diff) | |
download | samba-80741d98d802aa4f1c9747d9478e0a932ab531df.tar.gz samba-80741d98d802aa4f1c9747d9478e0a932ab531df.tar.bz2 samba-80741d98d802aa4f1c9747d9478e0a932ab531df.zip |
libcli: remove unneeded com_err.h and fix the build here.
Guenther
Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Fri Oct 21 15:52:36 CEST 2011 on sn-devel-104
Diffstat (limited to 'libcli')
-rw-r--r-- | libcli/smb/smb_seal.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libcli/smb/smb_seal.h b/libcli/smb/smb_seal.h index fcee2057d8..9f9a8063cf 100644 --- a/libcli/smb/smb_seal.h +++ b/libcli/smb/smb_seal.h @@ -28,10 +28,6 @@ #include <gssapi.h> #endif -#if HAVE_COM_ERR_H -#include <com_err.h> -#endif - /* Transport encryption state. */ enum smb_trans_enc_type { SMB_TRANS_ENC_NTLM |