--- smsdaemon/common.cpp 2008/06/16 11:30:20 92 +++ smsdaemon/common.cpp 2008/06/16 11:57:48 94 @@ -1,5 +1,8 @@ #include "common.h" + +#include "version.h" + #include #include #include @@ -81,7 +84,7 @@ void Common::printUsage() { - cout << VERSION << endl; + cout << VERSION << endl << endl; cout << "Usage --daemon|--debug [arguments]" << endl; cout << "Commandline arguments :" << endl; cout << " --daemon : Run in daemon (background) mode" << endl;