diff --git a/bacnet-stack/bactext.h b/bacnet-stack/bactext.h index 351af244..72bbe56c 100644 --- a/bacnet-stack/bactext.h +++ b/bacnet-stack/bactext.h @@ -34,6 +34,9 @@ #ifndef BACTEXT_H #define BACTEXT_H +/* tiny implementations have no need to print */ +#if PRINT_ENABLED + #include #include #include "indtext.h" @@ -66,4 +69,7 @@ extern "C" { #ifdef __cplusplus } #endif /* __cplusplus */ + +#endif + #endif