mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #1144 from krf/delivery
unittests:embunit: Add missing include
This commit is contained in:
commit
a5ab079355
@ -35,6 +35,8 @@
|
||||
#ifndef __TEXTUIRUNNER_H__
|
||||
#define __TEXTUIRUNNER_H__
|
||||
|
||||
#include "Outputter.h"
|
||||
|
||||
#include <embUnit/embUnit.h>
|
||||
|
||||
void TextUIRunner_setOutputter(OutputterRef outputter);
|
||||
|
Loading…
Reference in New Issue
Block a user