From ebf70f8a79eb8ef23bc1d99938768ef06c466119 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 21 Jul 2012 16:18:16 +0000 Subject: FreeModBus now builds git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4963 42af7a65-404d-4744-a932-0658087f49c3 --- apps/modbus/tcp/mbtcp.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'apps/modbus/tcp/mbtcp.c') diff --git a/apps/modbus/tcp/mbtcp.c b/apps/modbus/tcp/mbtcp.c index a666c17a5..195a88fe9 100644 --- a/apps/modbus/tcp/mbtcp.c +++ b/apps/modbus/tcp/mbtcp.c @@ -37,10 +37,11 @@ #include "port.h" /* ----------------------- Modbus includes ----------------------------------*/ -#include "mb.h" +#include +#include +#include + #include "mbtcp.h" -#include "mbframe.h" -#include "mbport.h" #ifdef CONFIG_MB_TCP_ENABLED -- cgit v1.2.3