From 8d14d078a9cf671ff49e4258610225492181f228 Mon Sep 17 00:00:00 2001 From: skarg Date: Sun, 25 Feb 2007 23:27:30 +0000 Subject: [PATCH] Added missing header file. --- bacnet-stack/demo/handler/h_awf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/bacnet-stack/demo/handler/h_awf.c b/bacnet-stack/demo/handler/h_awf.c index cc27d945..19c69bec 100644 --- a/bacnet-stack/demo/handler/h_awf.c +++ b/bacnet-stack/demo/handler/h_awf.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"