diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-02-10 13:01:54 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-02-10 13:01:54 +0000 |
commit | c082a87062ebb9414ec223e9bf7ea8959a717488 (patch) | |
tree | 347323664729cfb5126aa28d77fe799a14e52073 /test/nil/test_root.h | |
parent | 1ef57ed011384517ebaf13bd098653caac32d3df (diff) | |
download | ChibiOS-c082a87062ebb9414ec223e9bf7ea8959a717488.tar.gz ChibiOS-c082a87062ebb9414ec223e9bf7ea8959a717488.tar.bz2 ChibiOS-c082a87062ebb9414ec223e9bf7ea8959a717488.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6694 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'test/nil/test_root.h')
-rw-r--r-- | test/nil/test_root.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/nil/test_root.h b/test/nil/test_root.h index fb6fea873..42463fc03 100644 --- a/test/nil/test_root.h +++ b/test/nil/test_root.h @@ -25,6 +25,8 @@ #ifndef _TEST_ROOT_H_
#define _TEST_ROOT_H_
+#include "nil.h"
+
#include "test_sequence_000.h"
/*===========================================================================*/
|