X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Futils%2Fchannel.c;h=c72953e956911b9e69ffc6ab44889283c5d319b7;hb=76d4396d3e9d2593d76116b6275b1d7edc83e5d1;hp=a45247a71060503b55589655e2cd6711dd1bcd7f;hpb=2e2e989712ec5991526b3aaeec011440adb5bf7e;p=sysdb.git diff --git a/src/utils/channel.c b/src/utils/channel.c index a45247a..c72953e 100644 --- a/src/utils/channel.c +++ b/src/utils/channel.c @@ -25,12 +25,16 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#if HAVE_CONFIG_H +# include "config.h" +#endif /* HAVE_CONFIG_H */ + #include "utils/channel.h" #include - #include +#include #include #include @@ -56,9 +60,9 @@ struct sdb_channel { size_t head; size_t tail; - _Bool full; + bool full; - _Bool shutdown; + bool shutdown; }; /*