aboutsummaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-28 18:19:53 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-28 18:19:53 -0400
commitf0319fcbde2117098bcef12cc731600fd6a85afe (patch)
treeaa1fa6d42fd00f1cc1ede1067fc1a978a33a7f08 /src/common
parent365179cd16b8ccc0986d7a99db2607a95d0932a9 (diff)
parentf9e22c68a0c701745867a9dac391a70171654c75 (diff)
downloadtor-f0319fcbde2117098bcef12cc731600fd6a85afe.tar.gz
tor-f0319fcbde2117098bcef12cc731600fd6a85afe.zip
Merge remote-tracking branch 'catalyst-github/fix-macos-includes'
Diffstat (limited to 'src/common')
-rw-r--r--src/common/compat.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/common/compat.c b/src/common/compat.c
index 6d89e1c08b..63bf99de68 100644
--- a/src/common/compat.c
+++ b/src/common/compat.c
@@ -60,9 +60,6 @@
#ifdef HAVE_ARPA_INET_H
#include <arpa/inet.h>
#endif
-#ifdef HAVE_CRT_EXTERNS_H
-#include <crt_externs.h>
-#endif
#ifdef HAVE_SYS_STATVFS_H
#include <sys/statvfs.h>
#endif