mirror of
https://github.com/eclipse/upm.git
synced 2025-03-24 01:10:22 +03:00
bacnetmstp: C11 conformance; needs XOPEN for timezone
Signed-off-by: Jon Trulson <jtrulson@ics.com>
This commit is contained in:
parent
1ae4119925
commit
1a7fbe37b1
@ -55,6 +55,8 @@
|
|||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <string.h> /* for memmove */
|
#include <string.h> /* for memmove */
|
||||||
|
// __USE_XOPEN needed for timezone
|
||||||
|
#define __USE_XOPEN
|
||||||
#include <time.h> /* for timezone, localtime */
|
#include <time.h> /* for timezone, localtime */
|
||||||
|
|
||||||
#define BACDL_MSTP 1
|
#define BACDL_MSTP 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user