From ef4f7bbf22e48a37b70b3e78a2b56d6223096d3f Mon Sep 17 00:00:00 2001 From: skarg Date: Mon, 21 Jan 2008 04:53:41 +0000 Subject: [PATCH] Added debug info. --- bacnet-stack/src/bip.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bacnet-stack/src/bip.c b/bacnet-stack/src/bip.c index 347c6a5e..4aceaf3e 100644 --- a/bacnet-stack/src/bip.c +++ b/bacnet-stack/src/bip.c @@ -38,7 +38,9 @@ #include "bacint.h" #include "bip.h" #include "net.h" /* custom per port */ - +#if PRINT_ENABLED +#include /* for standard integer types uint8_t etc. */ +#endif static int BIP_Socket = -1; /* port to use - stored in host byte order */ static uint16_t BIP_Port = 0xBAC0;