bacnetmstp: C11 conformance; needs XOPEN for timezone

Signed-off-by: Jon Trulson <jtrulson@ics.com>
This commit is contained in:
Jon Trulson 2016-10-20 16:37:45 -06:00
parent 1ae4119925
commit 1a7fbe37b1

View File

@ -55,6 +55,8 @@
#include <stdbool.h>
#include <stdint.h>
#include <string.h> /* for memmove */
// __USE_XOPEN needed for timezone
#define __USE_XOPEN
#include <time.h> /* for timezone, localtime */
#define BACDL_MSTP 1