--- smsdaemon/common.cpp 2008/06/17 17:56:45 106 +++ smsdaemon/common.cpp 2008/11/02 20:14:20 114 @@ -3,6 +3,7 @@ #include "version.h" +#include #include #include #include @@ -14,7 +15,7 @@ #include "PluginManager.h" using namespace std; -const char* Months[] = { "", "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov","Dec"}; +const char* Months[] = { "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov","Dec"}; Common* Common::instance() {