Loading changes/bug1848 0 → 100644 +3 −0 Original line number Diff line number Diff line o Minor bugfixes: - Squash a compile warning on OpenBSD. Reported by Tas, fixes bug 1848. src/or/or.h +3 −0 Original line number Diff line number Diff line Loading @@ -59,6 +59,9 @@ #ifdef HAVE_SYS_STAT_H #include <sys/stat.h> #endif #ifdef HAVE_NETINET_IN_H #include <netinet/in.h> #endif #ifdef HAVE_ARPA_INET_H #include <arpa/inet.h> #endif Loading Loading
changes/bug1848 0 → 100644 +3 −0 Original line number Diff line number Diff line o Minor bugfixes: - Squash a compile warning on OpenBSD. Reported by Tas, fixes bug 1848.
src/or/or.h +3 −0 Original line number Diff line number Diff line Loading @@ -59,6 +59,9 @@ #ifdef HAVE_SYS_STAT_H #include <sys/stat.h> #endif #ifdef HAVE_NETINET_IN_H #include <netinet/in.h> #endif #ifdef HAVE_ARPA_INET_H #include <arpa/inet.h> #endif Loading