git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Виправлено дату старту таймера в режимі зневадження
[stg.git]
/
projects
/
rscriptd
/
main.cpp
diff --git
a/projects/rscriptd/main.cpp
b/projects/rscriptd/main.cpp
index 4c53c2c7caad53ff6c7ad83f1857fe3823fb12e2..7dc165644884a751a43504b59b70346bfb797eb4 100644
(file)
--- a/
projects/rscriptd/main.cpp
+++ b/
projects/rscriptd/main.cpp
@@
-34,6
+34,7
@@
#include <unistd.h>
#include <cstdlib>
+#include <cstdio>
#include <csignal>
#include <set>
@@
-436,4
+437,3
@@
delete cfg;
return EXIT_SUCCESS;
}
//-----------------------------------------------------------------------------
-