diff options
author | Cristian Toader <cristian.matei.toader@gmail.com> | 2013-08-15 00:09:07 +0300 |
---|---|---|
committer | Cristian Toader <cristian.matei.toader@gmail.com> | 2013-08-15 00:09:07 +0300 |
commit | 372e0f91fdb8baa43a6495c66d8df9d9d64f711c (patch) | |
tree | 0ba86a3b109b20da956aa375e51a152c694c0f86 /src/common/compat.c | |
parent | e2a7b484f47b242eb8399751cb0fbe73e14ef0b8 (diff) | |
download | tor-372e0f91fdb8baa43a6495c66d8df9d9d64f711c.tar.gz tor-372e0f91fdb8baa43a6495c66d8df9d9d64f711c.zip |
added comments for sandbox.h
Diffstat (limited to 'src/common/compat.c')
-rw-r--r-- | src/common/compat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/compat.c b/src/common/compat.c index 47b65d3560..adabf6edd5 100644 --- a/src/common/compat.c +++ b/src/common/compat.c @@ -109,6 +109,7 @@ #include "util.h" #include "container.h" #include "address.h" +#include "sandbox.h" /* Inline the strl functions if the platform doesn't have them. */ #ifndef HAVE_STRLCPY |