diff --git a/include/haproxy/pool-t.h b/include/haproxy/pool-t.h index 1d7fcbb8c..e81004cf8 100644 --- a/include/haproxy/pool-t.h +++ b/include/haproxy/pool-t.h @@ -22,9 +22,9 @@ #ifndef _HAPROXY_POOL_T_H #define _HAPROXY_POOL_T_H -#include -#include -#include +#include +#include +#include /* On architectures supporting threads and double-word CAS, we can implement * lock-less memory pools. This isn't supported for debugging modes however.