diff --git a/include/haproxy/compiler.h b/include/haproxy/compiler.h index 26d1d22dc..2f23c7456 100644 --- a/include/haproxy/compiler.h +++ b/include/haproxy/compiler.h @@ -22,6 +22,11 @@ #ifndef _HAPROXY_COMPILER_H #define _HAPROXY_COMPILER_H +/* leave a chance to the compiler to bring its own definitions first; this + * will cause cdefs.h to be included on systems which have it. + */ +#include + #ifdef DEBUG_USE_ABORT #include #endif