[dovecot-cvs] dovecot/src/lib-ntlm ntlm-des.c,1.1.2.1,1.1.2.2

cras at dovecot.org cras at dovecot.org
Sun Jun 18 22:47:18 EEST 2006


Update of /var/lib/cvs/dovecot/src/lib-ntlm
In directory talvi:/tmp/cvs-serv8623/src/lib-ntlm

Modified Files:
      Tag: branch_1_0
	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.1.2.1
retrieving revision 1.1.2.2
diff -u -d -r1.1.2.1 -r1.1.2.2
--- ntlm-des.c	16 Jun 2006 10:25:07 -0000	1.1.2.1
+++ ntlm-des.c	18 Jun 2006 19:47:16 -0000	1.1.2.2
@@ -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