diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-20 13:49:03 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-20 15:08:06 -0400 |
commit | aa490e971b95517b75875f5b1ef8c521bfae4040 (patch) | |
tree | 4d4db539bc9f5c8afd14dc1505591742047f92d1 /src/common/include.am | |
parent | 5ecd1fec1583b8aa865ac5cae0cece42451395bd (diff) | |
download | tor-aa490e971b95517b75875f5b1ef8c521bfae4040.tar.gz tor-aa490e971b95517b75875f5b1ef8c521bfae4040.zip |
Split compiler-compatibility parts of compat.h
Diffstat (limited to 'src/common/include.am')
-rw-r--r-- | src/common/include.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/include.am b/src/common/include.am index 67b60d3ee9..93fef6b931 100644 --- a/src/common/include.am +++ b/src/common/include.am @@ -167,6 +167,7 @@ COMMONHEADERS = \ src/common/aes.h \ src/common/ciphers.inc \ src/common/compat.h \ + src/common/compat_compiler.h \ src/common/compat_libevent.h \ src/common/compat_openssl.h \ src/common/compat_threads.h \ |