From 7928d7cb6c9da186fc9589e05fb6398e5c04a670 Mon Sep 17 00:00:00 2001 From: skarg Date: Tue, 7 Sep 2010 18:18:30 +0000 Subject: [PATCH] Fixed compiler error (after adding a change for IAR compile). --- bacnet-stack/demo/handler/h_rpm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/bacnet-stack/demo/handler/h_rpm.c b/bacnet-stack/demo/handler/h_rpm.c index 5ccd55c0..8899a427 100644 --- a/bacnet-stack/demo/handler/h_rpm.c +++ b/bacnet-stack/demo/handler/h_rpm.c @@ -28,6 +28,7 @@ #include #include #include +#include #include "config.h" #include "txbuf.h" #include "memcopy.h"