mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +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 <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
|
||||
|
Loading…
x
Reference in New Issue
Block a user