From ff88de5cd38b5b51bad0e63d373d66745f1f8d31 Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Wed, 16 Jun 2010 02:27:32 +0200 Subject: refactor: Move files Move all headers into include, separate source files into modules match, mtdev, src and driver, move some common definitions to common.h, and include define support for the MT slot protocol. This patch does not introduce any logical changes. Signed-off-by: Henrik Rydberg --- src/test.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/test.c') diff --git a/src/test.c b/src/test.c index fc16201..7d983a0 100644 --- a/src/test.c +++ b/src/test.c @@ -19,7 +19,8 @@ * **************************************************************************/ -#include "common.h" +#include +#include #include #include -- cgit v1.2.3