[Openvas-commits] r8213 - in trunk/openvas-libraries: . base

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon Jun 28 10:57:52 CEST 2010


Author: mwiegand
Date: 2010-06-28 10:57:50 +0200 (Mon, 28 Jun 2010)
New Revision: 8213

Modified:
   trunk/openvas-libraries/ChangeLog
   trunk/openvas-libraries/base/pidfile.c
Log:
* base/pidfile.c: Added missing include.


Modified: trunk/openvas-libraries/ChangeLog
===================================================================
--- trunk/openvas-libraries/ChangeLog	2010-06-28 08:19:55 UTC (rev 8212)
+++ trunk/openvas-libraries/ChangeLog	2010-06-28 08:57:50 UTC (rev 8213)
@@ -1,5 +1,9 @@
 2010-06-28  Michael Wiegand <michael.wiegand at greenbone.net>
 
+	* base/pidfile.c: Added missing include.
+
+2010-06-28  Michael Wiegand <michael.wiegand at greenbone.net>
+
 	* base/CMakeLists.txt, hg/CMakeLists.txt, misc/CMakeLists.txt,
 	nasl/CMakeLists.txt, omp/CMakeLists.txt: Removed redundant compiler
 	flags from CMAKE_C_FLAGS_DEBUG; CMAKE_C_FLAGS will be passed to the

Modified: trunk/openvas-libraries/base/pidfile.c
===================================================================
--- trunk/openvas-libraries/base/pidfile.c	2010-06-28 08:19:55 UTC (rev 8212)
+++ trunk/openvas-libraries/base/pidfile.c	2010-06-28 08:57:50 UTC (rev 8213)
@@ -37,6 +37,8 @@
 #include <errno.h>              /* for errno */
 #include <unistd.h>             /* for getpid */
 
+#include "pidfile.h"
+
 /**
  * @brief GLib log domain.
  */



More information about the Openvas-commits mailing list