build: late-include sbd.h -- allows building with heartbeat support
cl_log() is an actual function declared in <clplumbing/cl_log.h>,
which may be implicitly included when pacemaker is build with heartbeat support.
sbd.h (re)defines cl_log as macro expanding as qb_log_from_external_source ...
including sbd.h last allows this to still build.