diff options
author | Taylor Yu <catalyst@torproject.org> | 2018-06-28 17:15:53 -0500 |
---|---|---|
committer | Taylor Yu <catalyst@torproject.org> | 2018-06-28 17:15:53 -0500 |
commit | f9e22c68a0c701745867a9dac391a70171654c75 (patch) | |
tree | 8102ee6d795d702563bc9c4e25e05840f7d26cf7 /src/common/compat.c | |
parent | be40ad51b68fa87bafb88e55db7856d373274a4d (diff) | |
download | tor-f9e22c68a0c701745867a9dac391a70171654c75.tar.gz tor-f9e22c68a0c701745867a9dac391a70171654c75.zip |
Fix macOS includes
Recent code movement from refactoring missed some includes that seem
to be necessary on macOS.
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 |