From bb39b745f33a3ea0ad75d075918dd31e5855ebff Mon Sep 17 00:00:00 2001 From: skarg Date: Fri, 5 Dec 2008 21:50:14 +0000 Subject: [PATCH] Corrected compiler warning. --- bacnet-stack/ports/pic18f6720/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/bacnet-stack/ports/pic18f6720/main.c b/bacnet-stack/ports/pic18f6720/main.c index ed9ea0f5..895dabbf 100644 --- a/bacnet-stack/ports/pic18f6720/main.c +++ b/bacnet-stack/ports/pic18f6720/main.c @@ -38,6 +38,7 @@ #include "handlers.h" #include "client.h" #include "txbuf.h" +#include "rs485.h" /* chip configuration data */ /* define this to enable ICD */