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:25:27 +0200

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

Modified Files:
        server.c 
Log Message:
Fix.


--- /home/cvs/gsasl/lib/external/server.c       2004/09/21 00:46:29     1.4
+++ /home/cvs/gsasl/lib/external/server.c       2004/09/24 01:25:27     1.5
@@ -20,8 +20,19 @@
  *
  */
 
+#if HAVE_CONFIG_H
+# include "config.h"
+#endif
+
+/* Get specification. */
 #include "external.h"
 
+/* Get malloc, free. */
+#include <stdlib.h>
+
+/* Get memcpy, strlen. */
+#include <string.h>
+
 int
 _gsasl_external_server_start (Gsasl_session_ctx * sctx, void **mech_data)
 {





reply via email to

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