diff options
Diffstat (limited to 'src/common/compat.c')
-rw-r--r-- | src/common/compat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/compat.c b/src/common/compat.c index 9575ab0808..9cc0b4f040 100644 --- a/src/common/compat.c +++ b/src/common/compat.c @@ -129,7 +129,7 @@ SecureZeroMemory(PVOID ptr, SIZE_T cnt) #include "lib/container/smartlist.h" #include "lib/wallclock/tm_cvt.h" #include "lib/net/address.h" -#include "common/sandbox.h" +#include "lib/sandbox/sandbox.h" /** As open(path, flags, mode), but return an fd with the close-on-exec mode * set. */ |