changeset 4425:227733bbe607 HEAD

Don't include stdint.h directly.
author Timo Sirainen <tss@iki.fi>
date Sun, 18 Jun 2006 22:47:17 +0300
parents b6ece4ed0343
children b8089cf41c96
files src/lib-ntlm/ntlm-des.c
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib-ntlm/ntlm-des.c	Sun Jun 18 12:50:13 2006 +0300
+++ b/src/lib-ntlm/ntlm-des.c	Sun Jun 18 22:47:17 2006 +0300
@@ -6,8 +6,7 @@
  * This software is released under the MIT license.
  */
 
-#include <stdint.h>
-
+#include "lib.h"
 #include "ntlm-des.h"
 
 /*