diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-28 18:19:53 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-28 18:19:53 -0400 |
commit | f0319fcbde2117098bcef12cc731600fd6a85afe (patch) | |
tree | aa1fa6d42fd00f1cc1ede1067fc1a978a33a7f08 /src/common/compat.c | |
parent | 365179cd16b8ccc0986d7a99db2607a95d0932a9 (diff) | |
parent | f9e22c68a0c701745867a9dac391a70171654c75 (diff) | |
download | tor-f0319fcbde2117098bcef12cc731600fd6a85afe.tar.gz tor-f0319fcbde2117098bcef12cc731600fd6a85afe.zip |
Merge remote-tracking branch 'catalyst-github/fix-macos-includes'
Diffstat (limited to 'src/common/compat.c')
-rw-r--r-- | src/common/compat.c | 3 |
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 |