From b3c64b75bca06c2479ece0f9405a85d692c1298d Mon Sep 17 00:00:00 2001 From: skarg Date: Wed, 26 Nov 2008 14:02:41 +0000 Subject: [PATCH] Corrected compiler warning. --- bacnet-stack/demo/handler/h_rpm_a.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bacnet-stack/demo/handler/h_rpm_a.c b/bacnet-stack/demo/handler/h_rpm_a.c index 458cca6c..b30932df 100644 --- a/bacnet-stack/demo/handler/h_rpm_a.c +++ b/bacnet-stack/demo/handler/h_rpm_a.c @@ -23,7 +23,8 @@ * *********************************************************************/ #include -#include +#include +#include #include "config.h" #include "config.h" #include "txbuf.h"