--- smsdaemon/plugins/ShellExecPlugin.cpp 2008/12/07 20:58:41 149 +++ smsdaemon/plugins/ShellExecPlugin.cpp 2008/12/08 21:49:49 158 @@ -2,7 +2,7 @@ #include "ISmsTransceiver.h" #include "Sms.h" -#include "util.h" +#include "Util.h" ShellExecPlugin::ShellExecPlugin(std::string pluginCommand, std::string exeCommand, bool allowParameters, bool returnOutput) : Plugin(pluginCommand, std::string("ShellExec: ")+exeCommand ),