git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added missing include.
[stg.git]
/
projects
/
stargazer
/
main.cpp
diff --git
a/projects/stargazer/main.cpp
b/projects/stargazer/main.cpp
index 1e4c677e255133503bbc25c61721874cf3891d95..200fd2a664e15f46e1d2228b20ba6f4db509bdd3 100644
(file)
--- a/
projects/stargazer/main.cpp
+++ b/
projects/stargazer/main.cpp
@@
-271,6
+271,7
@@
if (settings->ReadSettings())
WriteServLog("ReadSettings error. %s", settings->GetStrError().c_str());
exit(1);
}
WriteServLog("ReadSettings error. %s", settings->GetStrError().c_str());
exit(1);
}
+
#ifndef NO_DAEMON
std::string startFile(settings->GetConfDir() + START_FILE);
#endif
#ifndef NO_DAEMON
std::string startFile(settings->GetConfDir() + START_FILE);
#endif