From 4f10e2edd86f91ce41fe9ab975f00a8f7543995d Mon Sep 17 00:00:00 2001 From: Reinhard Pfau Date: Mon, 13 Apr 2009 00:19:16 +0200 Subject: [PATCH] include the "right" containerfunc... --- utils/i2ncommon/signalfunc.cpp | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/i2ncommon/signalfunc.cpp b/utils/i2ncommon/signalfunc.cpp index 8cad55e..cf53642 100644 --- a/utils/i2ncommon/signalfunc.cpp +++ b/utils/i2ncommon/signalfunc.cpp @@ -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 © Copyright 2007-2008 by Intra2net AG + * @copyright © 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 #include -#include +#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. * -- 1.7.1