From 043b840d828f896c2444ece0f8125f7210b42fcb Mon Sep 17 00:00:00 2001 From: skarg Date: Mon, 3 Oct 2011 13:50:26 +0000 Subject: [PATCH] Removed extra word to fix compiler error. --- bacnet-stack/src/bacdevobjpropref.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bacnet-stack/src/bacdevobjpropref.c b/bacnet-stack/src/bacdevobjpropref.c index f5c11b03..a29ba96b 100644 --- a/bacnet-stack/src/bacdevobjpropref.c +++ b/bacnet-stack/src/bacdevobjpropref.c @@ -1,4 +1,4 @@ -index/*####COPYRIGHTBEGIN#### +/*####COPYRIGHTBEGIN#### ------------------------------------------- Copyright (C) 2008 John Minack @@ -31,7 +31,8 @@ index/*####COPYRIGHTBEGIN#### License. ------------------------------------------- ####COPYRIGHTEND####*/ - +#include +#include #include "bacdcode.h" #include "npdu.h" #include "device.h"