[Openvas-commits] r6141 - in trunk/openvas-libraries: . base
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Dec 15 20:29:52 CET 2009
Author: mattm
Date: 2009-12-15 20:29:51 +0100 (Tue, 15 Dec 2009)
New Revision: 6141
Modified:
trunk/openvas-libraries/ChangeLog
trunk/openvas-libraries/base/pidfile.c
Log:
* base/pidfile.c: Add missing include.
Modified: trunk/openvas-libraries/ChangeLog
===================================================================
--- trunk/openvas-libraries/ChangeLog 2009-12-15 19:17:21 UTC (rev 6140)
+++ trunk/openvas-libraries/ChangeLog 2009-12-15 19:29:51 UTC (rev 6141)
@@ -1,3 +1,7 @@
+2009-12-15 Matthew Mundell <matthew.mundell at intevation.de>
+
+ * base/pidfile.c: Add missing include.
+
2009-12-09 Felix Wolfsteller <felix.wolfsteller at intevation.de>
* misc/openvas_ssh_login.c: Cosmetics (maily spaces).
Modified: trunk/openvas-libraries/base/pidfile.c
===================================================================
--- trunk/openvas-libraries/base/pidfile.c 2009-12-15 19:17:21 UTC (rev 6140)
+++ trunk/openvas-libraries/base/pidfile.c 2009-12-15 19:29:51 UTC (rev 6141)
@@ -32,6 +32,7 @@
#include <glib/gstdio.h> /* for g_fopen */
#include <stdio.h> /* for FILE */
+#include <stdlib.h>
#include <string.h> /* for strerror */
#include <errno.h> /* for errno */
#include <unistd.h> /* for getpid */
More information about the Openvas-commits
mailing list