Loading src/or/config.c +9 −0 Original line number Diff line number Diff line Loading @@ -110,6 +110,15 @@ #ifdef _WIN32 #include <shlobj.h> #endif #ifdef HAVE_FCNTL_H #include <fcntl.h> #endif #ifdef HAVE_SYS_STAT_H #include <sys/stat.h> #endif #ifdef HAVE_UNISTD_H #include <unistd.h> #endif #include "lib/meminfo/meminfo.h" #include "lib/osinfo/uname.h" Loading src/or/connection.c +7 −0 Original line number Diff line number Diff line Loading @@ -112,6 +112,13 @@ #include <pwd.h> #endif #ifdef HAVE_UNISTD_H #include <unistd.h> #endif #ifdef HAVE_SYS_STAT_H #include <sys/stat.h> #endif #ifdef HAVE_SYS_UN_H #include <sys/socket.h> #include <sys/un.h> Loading src/or/control.c +7 −0 Original line number Diff line number Diff line Loading @@ -100,6 +100,13 @@ #include "or/routerlist_st.h" #include "or/socks_request_st.h" #ifdef HAVE_UNISTD_H #include <unistd.h> #endif #ifdef HAVE_SYS_STAT_H #include <sys/stat.h> #endif #ifndef _WIN32 #include <pwd.h> #include <sys/resource.h> Loading src/or/dns.c +4 −0 Original line number Diff line number Diff line Loading @@ -69,6 +69,10 @@ #include "or/edge_connection_st.h" #include "or/or_circuit_st.h" #ifdef HAVE_SYS_STAT_H #include <sys/stat.h> #endif #include <event2/event.h> #include <event2/dns.h> Loading src/or/hibernate.c +4 −0 Original line number Diff line number Diff line Loading @@ -46,6 +46,10 @@ hibernating, phase 2: #include "or/or_connection_st.h" #include "or/or_state_st.h" #ifdef HAVE_UNISTD_H #include <unistd.h> #endif /** Are we currently awake, asleep, running out of bandwidth, or shutting * down? */ static hibernate_state_t hibernate_state = HIBERNATE_STATE_INITIAL; Loading Loading
src/or/config.c +9 −0 Original line number Diff line number Diff line Loading @@ -110,6 +110,15 @@ #ifdef _WIN32 #include <shlobj.h> #endif #ifdef HAVE_FCNTL_H #include <fcntl.h> #endif #ifdef HAVE_SYS_STAT_H #include <sys/stat.h> #endif #ifdef HAVE_UNISTD_H #include <unistd.h> #endif #include "lib/meminfo/meminfo.h" #include "lib/osinfo/uname.h" Loading
src/or/connection.c +7 −0 Original line number Diff line number Diff line Loading @@ -112,6 +112,13 @@ #include <pwd.h> #endif #ifdef HAVE_UNISTD_H #include <unistd.h> #endif #ifdef HAVE_SYS_STAT_H #include <sys/stat.h> #endif #ifdef HAVE_SYS_UN_H #include <sys/socket.h> #include <sys/un.h> Loading
src/or/control.c +7 −0 Original line number Diff line number Diff line Loading @@ -100,6 +100,13 @@ #include "or/routerlist_st.h" #include "or/socks_request_st.h" #ifdef HAVE_UNISTD_H #include <unistd.h> #endif #ifdef HAVE_SYS_STAT_H #include <sys/stat.h> #endif #ifndef _WIN32 #include <pwd.h> #include <sys/resource.h> Loading
src/or/dns.c +4 −0 Original line number Diff line number Diff line Loading @@ -69,6 +69,10 @@ #include "or/edge_connection_st.h" #include "or/or_circuit_st.h" #ifdef HAVE_SYS_STAT_H #include <sys/stat.h> #endif #include <event2/event.h> #include <event2/dns.h> Loading
src/or/hibernate.c +4 −0 Original line number Diff line number Diff line Loading @@ -46,6 +46,10 @@ hibernating, phase 2: #include "or/or_connection_st.h" #include "or/or_state_st.h" #ifdef HAVE_UNISTD_H #include <unistd.h> #endif /** Are we currently awake, asleep, running out of bandwidth, or shutting * down? */ static hibernate_state_t hibernate_state = HIBERNATE_STATE_INITIAL; Loading