From 86590e50a63f157eadc5b7d9b20c7777089693d6 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Thu, 7 Aug 2014 22:51:55 -0500 Subject: [PATCH] Bugfix: fix missing dependencies --- level_1/fl_colors/c/colors.h | 1 + level_2/fll_fss/data/build/dependencies | 1 + 2 files changed, 2 insertions(+) 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 -- 1.8.3.1