include the "right" containerfunc...
authorReinhard Pfau <Reinhard.Pfau@gmx.de>
Sun, 12 Apr 2009 22:19:16 +0000 (00:19 +0200)
committerReinhard Pfau <Reinhard.Pfau@gmx.de>
Sun, 12 Apr 2009 22:19:16 +0000 (00:19 +0200)
utils/i2ncommon/signalfunc.cpp

index 8cad55e..cf53642 100644 (file)
@@ -20,7 +20,7 @@ on this file might be covered by the GNU General Public License.
 /** @file
  * @brief implementation of wrapper and tools for signal related stuff.
  *
- * @copyright &copy; Copyright 2007-2008 by Intra2net AG
+ * @copyright &copy; Copyright 2007-2009 by Intra2net AG
  *
  * opensource@intra2net.com
  */
@@ -39,7 +39,7 @@ on this file might be covered by the GNU General Public License.
 #include <pwd.h>
 #include <grp.h>
 
-#include <containerfunc.hpp>
+#include "containerfunc.hpp"
 
 
 namespace I2n
@@ -300,7 +300,7 @@ SignalActionMap original_signal_action;
 
 /**
  * @brief installs a new signal action.
- * @param sig the signal 
+ * @param sig the signal
  * @param new_action the new signal action.
  * @return @a true iff the new signal action was succesfully installed.
  *