From: Kevin Day Date: Fri, 8 Aug 2014 03:51:55 +0000 (-0500) Subject: Bugfix: fix missing dependencies X-Git-Tag: 0.4.2~22 X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=86590e50a63f157eadc5b7d9b20c7777089693d6;p=fll Bugfix: fix missing dependencies --- diff --git a/level_1/fl_colors/c/colors.h b/level_1/fl_colors/c/colors.h index 6bebf4d..a595596 100644 --- a/level_1/fl_colors/c/colors.h +++ b/level_1/fl_colors/c/colors.h @@ -17,6 +17,7 @@ // fll-0 includes #include +#include #include #include #include diff --git a/level_2/fll_fss/data/build/dependencies b/level_2/fll_fss/data/build/dependencies index 1f2af2a..c08e52b 100644 --- a/level_2/fll_fss/data/build/dependencies +++ b/level_2/fll_fss/data/build/dependencies @@ -4,3 +4,4 @@ f_strings f_memory f_fss fl_fss +fl_errors