[dovecot-cvs] dovecot/src/lib-ntlm ntlm-des.c,1.2,1.3
cras at dovecot.org
cras at dovecot.org
Sun Jun 18 22:47:19 EEST 2006
Update of /var/lib/cvs/dovecot/src/lib-ntlm
In directory talvi:/tmp/cvs-serv30886
Modified Files:
ntlm-des.c
Log Message:
Don't include stdint.h directly.
Index: ntlm-des.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-ntlm/ntlm-des.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ntlm-des.c 16 Jun 2006 10:26:01 -0000 1.2
+++ ntlm-des.c 18 Jun 2006 19:47:17 -0000 1.3
@@ -6,8 +6,7 @@
* This software is released under the MIT license.
*/
-#include <stdint.h>
-
+#include "lib.h"
#include "ntlm-des.h"
/*
More information about the dovecot-cvs
mailing list