]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/configuration/sgconfig/parser_message.cpp
Move projects back into subfolder.
[stg.git] / projects / stargazer / plugins / configuration / sgconfig / parser_message.cpp
index 2e41fcc9130102973116ed918420e904086be6bd..b4607996cd788dbcb78b004d696c0de34c4cd587 100644 (file)
 #include "parser_message.h"
 
 #include "stg/users.h"
-#include "stg/common.h"
+#include "stg/user.h"
+
+#include <cstring>
 
 extern volatile time_t stgTime; // So sad...
 
 using STG::PARSER::SEND_MESSAGE;
 
+const char * SEND_MESSAGE::tag = "Message";
+
 int SEND_MESSAGE::Start(void *, const char *el, const char **attr)
 {
     if (strcasecmp(el, m_tag.c_str()) != 0)