Fix bug when including <id3.h> after <stdbool.h>
authorHugo Villeneuve <hugo@hugovil.com>
Wed, 26 Mar 2014 04:13:16 +0000 (00:13 -0400)
committerHugo Villeneuve <hugo@hugovil.com>
Wed, 26 Mar 2014 22:53:53 +0000 (18:53 -0400)
commit35fe99152b260a0df305e07bd7e33a1888f26b25
tree9ebd9b19fd060892f02eb96c51410528d17f9e2f
parentbc5b984f3df38d651b9e6e6488f8fb75ad5858b0
Fix bug when including <id3.h> after <stdbool.h>

id3lib, in a very stupid way, has a public bool typedef.
This creates a compilation error if we are including <stdbool.h>.
src/id3.c