diff options
Diffstat (limited to 'src/common/compat.h')
-rw-r--r-- | src/common/compat.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/compat.h b/src/common/compat.h index da9bd8bcc4..0cc257fc9c 100644 --- a/src/common/compat.h +++ b/src/common/compat.h @@ -14,7 +14,7 @@ #define SIO_IDEAL_SEND_BACKLOG_QUERY 0x4004747b #endif #endif -#include "common/torint.h" +#include "lib/cc/torint.h" #include "common/testsupport.h" #ifdef HAVE_SYS_PARAM_H #include <sys/param.h> @@ -45,7 +45,7 @@ #include <netinet6/in6.h> #endif -#include "common/compat_compiler.h" +#include "lib/cc/compat_compiler.h" #include "common/compat_time.h" #include <stdio.h> |