]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: fix dependencies between config and compat.h
authorWilly Tarreau <w@1wt.eu>
Tue, 15 Jul 2014 16:05:58 +0000 (18:05 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 15 Jul 2014 17:09:36 +0000 (19:09 +0200)
commit65d805fdfc5ceead2645d3107cbae7b7696a1f15
tree985144115ee3ee5324f2dd9546fa5fe887ea5eac
parent8de5415b85512da871d58d1e9a0a33bd67f3b570
BUILD: fix dependencies between config and compat.h

compat.h only depends on the system, and config needs compat, not the
opposite. global.h was fixed to explicitly include standard.h for LONGBITS.
include/common/compat.h
include/common/config.h
include/types/global.h