diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-04-16 22:22:47 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-04-16 22:23:36 -0400 |
commit | f41491816ca1ac8dc39c4da0f6b9fe1065c5228a (patch) | |
tree | ec306c7d88d3880e38185156ea803444f08ec479 /src/common/include.am | |
parent | 2ae47d3c3ad7121b3ebfa8aa47cd67336218163e (diff) | |
download | tor-f41491816ca1ac8dc39c4da0f6b9fe1065c5228a.tar.gz tor-f41491816ca1ac8dc39c4da0f6b9fe1065c5228a.zip |
Log the name of the failing syscall on failure
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 d0ea40ea6a..7b2465cd84 100644 --- a/src/common/include.am +++ b/src/common/include.am @@ -103,6 +103,7 @@ COMMONHEADERS = \ src/common/di_ops.h \ src/common/memarea.h \ src/common/mempool.h \ + src/common/linux_syscalls.inc \ src/common/procmon.h \ src/common/sandbox.h \ src/common/testsupport.h \ |