gsasl-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS gsasl/lib/ntlm


From: gsasl-commit
Subject: CVS gsasl/lib/ntlm
Date: Fri, 24 Sep 2004 16:42:13 +0200

Update of /home/cvs/gsasl/lib/ntlm
In directory dopio:/tmp/cvs-serv15260/lib/ntlm

Modified Files:
        ntlm.c x-ntlm.h 
Log Message:
Avoid use of internal.h.


--- /home/cvs/gsasl/lib/ntlm/ntlm.c     2004/09/24 14:27:36     1.10
+++ /home/cvs/gsasl/lib/ntlm/ntlm.c     2004/09/24 14:42:13     1.11
@@ -20,6 +20,17 @@
  *
  */
 
+#if HAVE_CONFIG_H
+# include "config.h"
+#endif
+
+/* Get malloc, free. */
+#include <stdlib.h>
+
+/* Get memcpy. */
+#include <string.h>
+
+/* Get specification. */
 #include "x-ntlm.h"
 
 #include <ntlm.h>
--- /home/cvs/gsasl/lib/ntlm/x-ntlm.h   2004/09/24 14:27:36     1.7
+++ /home/cvs/gsasl/lib/ntlm/x-ntlm.h   2004/09/24 14:42:13     1.8
@@ -23,7 +23,7 @@
 #ifndef X_NTLM_H
 #define X_NTLM_H
 
-#include "internal.h"
+#include <gsasl.h>
 
 #define GSASL_NTLM_NAME "NTLM"
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]