diff --git a/bacnet-stack/include/bacnet.h b/bacnet-stack/include/bacnet.h index 5c26f8ca..19cf7b6c 100644 --- a/bacnet-stack/include/bacnet.h +++ b/bacnet-stack/include/bacnet.h @@ -37,11 +37,13 @@ /* This file is designed to reference the entire BACnet stack library */ /* core files */ +#include "version.h" #include "config.h" #include "address.h" #include "apdu.h" #include "bacapp.h" #include "bacdcode.h" +#include "bacint.h" #include "bacdef.h" #include "bacenum.h" #include "bacerror.h" @@ -73,4 +75,21 @@ references the device.c members via the device.h API. */ #include "device.h" +/* demo objects */ +#include "ai.h" +#include "ao.h" +#include "av.h" +#include "bacfile.h" +#include "bi.h" +#include "bo.h" +#include "bv.h" +#include "lc.h" +#include "lsp.h" +#include "mso.h" + +/* demo handlers */ +#include "txbuf.h" +#include "client.h" +#include "handlers.h" + #endif