diff --git a/include/types/channel.h b/include/types/channel.h index 42160af6a..7f524c1f3 100644 --- a/include/types/channel.h +++ b/include/types/channel.h @@ -164,7 +164,7 @@ /* Magic value to forward infinite size (TCP, ...), used with ->to_forward */ -#define CHN_INFINITE_FORWARD MAX_RANGE(int) +#define CHN_INFINITE_FORWARD MAX_RANGE(unsigned int) /* needed for a declaration below */ struct session;