git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fixed compilation with new TRAFF_TYPE.
[stg.git]
/
projects
/
stargazer
/
plugins
/
configuration
/
sgconfig
/
parser_auth_by.cpp
diff --git
a/projects/stargazer/plugins/configuration/sgconfig/parser_auth_by.cpp
b/projects/stargazer/plugins/configuration/sgconfig/parser_auth_by.cpp
index 1ac27d6500c3208e91f8eb87f591e3f0043a5119..21765e11c1a9b18dcf10181797145bd69c8e2eee 100644
(file)
--- a/
projects/stargazer/plugins/configuration/sgconfig/parser_auth_by.cpp
+++ b/
projects/stargazer/plugins/configuration/sgconfig/parser_auth_by.cpp
@@
-1,5
+1,8
@@
#include "parser_auth_by.h"
+#include "stg/users.h"
+#include "stg/user.h"
+
int PARSER_AUTH_BY::ParseStart(void * /*data*/, const char *el, const char **attr)
{
if (strcasecmp(el, "GetUserAuthBy") == 0)