mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-20 10:12:15 +01:00
Fix a compile warning on OpenBSD
This commit is contained in:
parent
34551cda6f
commit
2af6aadfe9
3
changes/bug1848
Normal file
3
changes/bug1848
Normal file
@ -0,0 +1,3 @@
|
||||
o Minor bugfixes:
|
||||
- Squash a compile warning on OpenBSD. Reported by Tas, fixes bug 1848.
|
||||
|
@ -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…
Reference in New Issue
Block a user