git.stg.codes
/
stg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
1631088
)
Small fixes.
author
Maxim Mamontov
<faust@stg.dp.ua>
Thu, 8 Aug 2013 09:03:30 +0000
(12:03 +0300)
committer
Maxim Mamontov
<faust@stg.dp.ua>
Thu, 8 Aug 2013 09:03:30 +0000
(12:03 +0300)
stglibs/srvconf.lib/include/stg/parser_get_user.h
patch
|
blob
|
history
stglibs/srvconf.lib/parser_auth_by.cpp
patch
|
blob
|
history
stglibs/srvconf.lib/parser_check_user.cpp
patch
|
blob
|
history
stglibs/srvconf.lib/parser_get_user.cpp
patch
|
blob
|
history
stglibs/srvconf.lib/parser_get_users.cpp
patch
|
blob
|
history
stglibs/srvconf.lib/parser_server_info.cpp
patch
|
blob
|
history
diff --git
a/stglibs/srvconf.lib/include/stg/parser_get_user.h
b/stglibs/srvconf.lib/include/stg/parser_get_user.h
index 3f09ca5e7194fd60e35b8ac730d46a290f987ff2..575b0e46861031b4ed7d7e02675f2038ff7d1fe8 100644
(file)
--- a/
stglibs/srvconf.lib/include/stg/parser_get_user.h
+++ b/
stglibs/srvconf.lib/include/stg/parser_get_user.h
@@
-25,6
+25,7
@@
#include "stg/parser.h"
#include "stg/os_int.h"
#include "stg/parser.h"
#include "stg/os_int.h"
+#include "stg/const.h"
#include <string>
#include <map>
#include <string>
#include <map>
diff --git
a/stglibs/srvconf.lib/parser_auth_by.cpp
b/stglibs/srvconf.lib/parser_auth_by.cpp
index 5af3f1e4830e5af413775dfb5fa216584cc14cca..877ca3e4e083fff7a03a2fce2aed43552b4b4891 100644
(file)
--- a/
stglibs/srvconf.lib/parser_auth_by.cpp
+++ b/
stglibs/srvconf.lib/parser_auth_by.cpp
@@
-20,6
+20,8
@@
#include "stg/parser_auth_by.h"
#include "stg/parser_auth_by.h"
+#include <cstddef>
+
#include <strings.h> // strcasecmp
PARSER_AUTH_BY::PARSER_AUTH_BY()
#include <strings.h> // strcasecmp
PARSER_AUTH_BY::PARSER_AUTH_BY()
diff --git
a/stglibs/srvconf.lib/parser_check_user.cpp
b/stglibs/srvconf.lib/parser_check_user.cpp
index 66db6cff180531f3562dc9a38c70980b5429c0c6..0de1cedd95d30a61bc46093f466b3a15d11ea81c 100644
(file)
--- a/
stglibs/srvconf.lib/parser_check_user.cpp
+++ b/
stglibs/srvconf.lib/parser_check_user.cpp
@@
-21,6
+21,8
@@
#include "stg/parser_check_user.h"
#include "stg/parser_check_user.h"
+#include <cstddef>
+
#include <strings.h>
PARSER_CHECK_USER::PARSER_CHECK_USER()
#include <strings.h>
PARSER_CHECK_USER::PARSER_CHECK_USER()
diff --git
a/stglibs/srvconf.lib/parser_get_user.cpp
b/stglibs/srvconf.lib/parser_get_user.cpp
index cef40da2c04ef2f28acf8521d33f513d04099f90..9af85d03e8b32a4b71e47501842163ee5d1db668 100644
(file)
--- a/
stglibs/srvconf.lib/parser_get_user.cpp
+++ b/
stglibs/srvconf.lib/parser_get_user.cpp
@@
-23,6
+23,10
@@
#include "stg/common.h"
#include "stg/common.h"
+#include <cstddef>
+
+#include <strings.h>
+
namespace
{
namespace
{
diff --git
a/stglibs/srvconf.lib/parser_get_users.cpp
b/stglibs/srvconf.lib/parser_get_users.cpp
index 8f83211f7dd485443de4fa276257650c9e099ae1..6996dbaf3859056988d579eb6ea4e126bda01fea 100644
(file)
--- a/
stglibs/srvconf.lib/parser_get_users.cpp
+++ b/
stglibs/srvconf.lib/parser_get_users.cpp
@@
-21,6
+21,10
@@
#include "stg/parser_get_users.h"
#include "stg/parser_get_users.h"
+#include <cstddef>
+
+#include <strings.h>
+
PARSER_GET_USERS::PARSER_GET_USERS()
: callabck(NULL),
data(NULL),
PARSER_GET_USERS::PARSER_GET_USERS()
: callabck(NULL),
data(NULL),
diff --git
a/stglibs/srvconf.lib/parser_server_info.cpp
b/stglibs/srvconf.lib/parser_server_info.cpp
index 8726c7436839382db8ff3d7c836bdae0d353e575..057d99a569e8524622090362d7e8b8e039247d7e 100644
(file)
--- a/
stglibs/srvconf.lib/parser_server_info.cpp
+++ b/
stglibs/srvconf.lib/parser_server_info.cpp
@@
-24,6
+24,7
@@
#include "stg/common.h"
#include <cstdio> // sprintf
#include "stg/common.h"
#include <cstdio> // sprintf
+#include <cstddef>
#include <strings.h>
#include <strings.h>