Fixed headers when built without Intrinsic Reporting.

This commit is contained in:
k001a
2011-08-11 20:21:18 +00:00
parent 5f952312a8
commit c2282c5aad
7 changed files with 24 additions and 13 deletions
+4 -2
View File
@@ -62,11 +62,13 @@
#include "lsp.h"
#include "mso.h"
#include "ms-input.h"
#include "nc.h"
#include "trendlog.h"
#if defined(INTRINSIC_REPORTING)
#include "nc.h"
#endif /* defined(INTRINSIC_REPORTING) */
#if defined(BACFILE)
#include "bacfile.h"
#endif
#endif /* defined(BACFILE) */
/** @file server/main.c Example server application using the BACnet Stack. */