From 6a14f8f93a83001231cb78e9b343015c62c8889b Mon Sep 17 00:00:00 2001 From: skarg Date: Sat, 4 Jun 2011 18:51:14 +0000 Subject: [PATCH] Corrected compile warning. --- bacnet-stack/demo/handler/h_arf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/bacnet-stack/demo/handler/h_arf.c b/bacnet-stack/demo/handler/h_arf.c index ffcd80ad..a35d36ce 100644 --- a/bacnet-stack/demo/handler/h_arf.c +++ b/bacnet-stack/demo/handler/h_arf.c @@ -30,6 +30,7 @@ #include "config.h" #include "txbuf.h" #include "bacdef.h" +#include "bacerror.h" #include "bacdcode.h" #include "apdu.h" #include "npdu.h"