From 4b48ece07d4aef3d43cf1865944f0cd1ca4a7b6c Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 22 Jul 2013 10:21:03 +0200 Subject: score: Create watchdog implementation header Move implementation specific parts of watchdog.h and watchdog.inl into new header file watchdogimpl.h. The watchdog.h contains now only the application visible API. --- testsuites/sptests/spedfsched02/task1.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testsuites/sptests/spedfsched02') diff --git a/testsuites/sptests/spedfsched02/task1.c b/testsuites/sptests/spedfsched02/task1.c index fef8df9625..79614afa63 100644 --- a/testsuites/sptests/spedfsched02/task1.c +++ b/testsuites/sptests/spedfsched02/task1.c @@ -21,6 +21,8 @@ #include "system.h" +#include + /* runtime of TA6 should be shorter than TA5 */ -- cgit v1.2.3