gsasl-commit
[Top][All Lists]
Advanced

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

CVS gsasl/lib/external


From: gsasl-commit
Subject: CVS gsasl/lib/external
Date: Fri, 24 Sep 2004 03:24:41 +0200

Update of /home/cvs/gsasl/lib/external
In directory dopio:/tmp/cvs-serv8418

Modified Files:
        client.c 
Log Message:
Fix.


--- /home/cvs/gsasl/lib/external/client.c       2004/09/21 00:23:02     1.4
+++ /home/cvs/gsasl/lib/external/client.c       2004/09/24 01:24:41     1.5
@@ -20,8 +20,16 @@
  *
  */
 
+#if HAVE_CONFIG_H
+# include "config.h"
+#endif
+
+/* Get specification. */
 #include "external.h"
 
+/* Get strdup, strlen. */
+#include <string.h>
+
 int
 _gsasl_external_client_start (Gsasl_session_ctx * sctx, void **mech_data)
 {





reply via email to

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