git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add sys/types.h for FreeBSD
[stg.git]
/
projects
/
stargazer
/
plugins
/
configuration
/
sgconfig
/
rsconf.cpp
diff --git
a/projects/stargazer/plugins/configuration/sgconfig/rsconf.cpp
b/projects/stargazer/plugins/configuration/sgconfig/rsconf.cpp
index bc586d2db71868d6844a27782d84d8591992d936..98128832a4835df6165cc4762437b2d5502781f5 100644
(file)
--- a/
projects/stargazer/plugins/configuration/sgconfig/rsconf.cpp
+++ b/
projects/stargazer/plugins/configuration/sgconfig/rsconf.cpp
@@
-26,6
+26,8
@@
*
*******************************************************************/
*
*******************************************************************/
+#include <unistd.h> // cloase, usleep
+
#include <cerrno>
#include <csignal>
#include <cstdio> // snprintf
#include <cerrno>
#include <csignal>
#include <cstdio> // snprintf
@@
-527,7
+529,7
@@
while (li != answerList.end())
}
}
k = 0;// new node
}
}
k = 0;// new node
-
li++
;
+
++li
;
}
if (answerList.empty()) {
}
if (answerList.empty()) {