diff options
Diffstat (limited to 'src/common/compat.c')
-rw-r--r-- | src/common/compat.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/common/compat.c b/src/common/compat.c index 9f412e8fa6..9b1a4d860f 100644 --- a/src/common/compat.c +++ b/src/common/compat.c @@ -13,7 +13,7 @@ **/ #define COMPAT_PRIVATE -#include "compat.h" +#include "common/compat.h" #ifdef _WIN32 #include <winsock2.h> @@ -125,11 +125,11 @@ SecureZeroMemory(PVOID ptr, SIZE_T cnt) #include <sys/file.h> #endif -#include "torlog.h" -#include "util.h" -#include "container.h" -#include "address.h" -#include "sandbox.h" +#include "common/torlog.h" +#include "common/util.h" +#include "common/container.h" +#include "common/address.h" +#include "common/sandbox.h" /* Inline the strl functions if the platform doesn't have them. */ #ifndef HAVE_STRLCPY |