From e10715248aa107fc98d1485ebe0684cc2fab9766 Mon Sep 17 00:00:00 2001 From: skarg Date: Fri, 10 Aug 2007 22:10:33 +0000 Subject: [PATCH] Updated the include files. --- bacnet-stack/include/bacnet.h | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/bacnet-stack/include/bacnet.h b/bacnet-stack/include/bacnet.h index 07e6e1b5..995cfa4b 100644 --- a/bacnet-stack/include/bacnet.h +++ b/bacnet-stack/include/bacnet.h @@ -1,6 +1,6 @@ /*####COPYRIGHTBEGIN#### ------------------------------------------- - Copyright (C) 2005 Steve Karg + Copyright (C) 2007 Steve Karg This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License @@ -34,6 +34,20 @@ #ifndef BACNET_H #define BACNET_H - +#include +#include +#include +/* core modules of the BACnet stack */ +#include "config.h" +#include "address.h" +#include "bacdef.h" +#include "bacdcode.h" +#include "bacint.h" +#include "npdu.h" +#include "apdu.h" +#include "iam.h" +#include "tsm.h" +#include "datalink.h" +#include "dcc.h" #endif