From f5a7f1886de36ecf16591b0be6b8808eda89578b Mon Sep 17 00:00:00 2001 From: skarg Date: Fri, 27 May 2005 17:18:25 +0000 Subject: [PATCH] added header file to fix compiler warning --- bacnet-stack/handlers.c | 1 + 1 file changed, 1 insertion(+) diff --git a/bacnet-stack/handlers.c b/bacnet-stack/handlers.c index b3843f17..26861d6f 100644 --- a/bacnet-stack/handlers.c +++ b/bacnet-stack/handlers.c @@ -38,6 +38,7 @@ #include "rp.h" #include "wp.h" #include "whois.h" +#include "iam.h" #include "reject.h" #include "abort.h" #include "bacerror.h"