From 180603e6ba0686bcce4006118a320701a7cb0358 Mon Sep 17 00:00:00 2001 From: Werner Almesberger Date: Mon, 9 May 2011 21:09:38 -0300 Subject: [PATCH] atrf-xtal/atben.c: added missing #include; corrected garbled comment --- tools/atrf-xtal/atben.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/atrf-xtal/atben.c b/tools/atrf-xtal/atben.c index e53584d..796f611 100644 --- a/tools/atrf-xtal/atben.c +++ b/tools/atrf-xtal/atben.c @@ -28,6 +28,7 @@ */ +#include #include #include #include @@ -143,7 +144,7 @@ static void ben_setup(struct atrf_dsc *dsc) /* * Ironically, switching the LCD clock on and off many times only - * increases the risk of a hang. Therefore, we leave stop it during + * increases the risk of a hang. Therefore, we leave it stopped during * all the measurements and only enable it again at the end. */ disable_lcd();