mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-04-27 17:21:00 +02:00
The types/checks.h include file isn't protected against multiple inclusions, so let's surround it with "#ifndef _TYPES_CHECKS_H/#endif" to fix this.