From 05af9ce2dc6ff3687cf1f346741e4e9efbd16e7d Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 9 May 2014 10:33:23 -0600 Subject: [PATCH] Make sure apps/examples/pashello still builds; update comments; refresh configurations --- examples/pashello/pashello.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/pashello/pashello.c b/examples/pashello/pashello.c index 50c61d48c..731bd7e37 100644 --- a/examples/pashello/pashello.c +++ b/examples/pashello/pashello.c @@ -45,6 +45,8 @@ #include +#include "pashello.h" + /**************************************************************************** * Definitions ****************************************************************************/