From ec1a08ded62698b1636f608d4058dfaf5cba45b0 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Mon, 28 Jun 2010 17:23:49 +0200 Subject: [PATCH] tests: Add for exit usage --- tests/examples/simple1.c | 1 + tests/examples/transition.c | 1 + 2 files changed, 2 insertions(+) diff --git a/tests/examples/simple1.c b/tests/examples/simple1.c index 192b28d..6976407 100644 --- a/tests/examples/simple1.c +++ b/tests/examples/simple1.c @@ -17,6 +17,7 @@ * Boston, MA 02111-1307, USA. */ +#include #include #include diff --git a/tests/examples/transition.c b/tests/examples/transition.c index f556306..6f5d2a2 100644 --- a/tests/examples/transition.c +++ b/tests/examples/transition.c @@ -17,6 +17,7 @@ * Boston, MA 02111-1307, USA. */ +#include #include #include -- 2.7.4