From 43252c56ce29f09813610333b726e5393de8d398 Mon Sep 17 00:00:00 2001 From: skarg Date: Mon, 20 Feb 2006 18:00:04 +0000 Subject: [PATCH] Added missing header file. --- bacnet-stack/demo/handler/h_whois.c | 1 + 1 file changed, 1 insertion(+) diff --git a/bacnet-stack/demo/handler/h_whois.c b/bacnet-stack/demo/handler/h_whois.c index 1071ed98..98614c89 100644 --- a/bacnet-stack/demo/handler/h_whois.c +++ b/bacnet-stack/demo/handler/h_whois.c @@ -32,6 +32,7 @@ #include "bacdef.h" #include "bacdcode.h" #include "whois.h" +#include "iam.h" #include "device.h" #include "client.h" #include "txbuf.h"