Cleanly compiles with both VS/GCC on my system even though bcd.h is not included. I have no idea how. Evidence in IRC channel.

svn path=/trunk/; revision=73730
This commit is contained in:
Alex Ionescu 2017-02-06 19:21:01 +00:00
parent 8cee5635e7
commit d934f98c23

View file

@ -9,6 +9,7 @@
/* INCLUDES ******************************************************************/
#include "bl.h"
#include "bcd.h"
/* DATA VARIABLES ************************************************************/