Skip to content

Commit

Permalink
fix(el): Fix an include in eventloop_posix.c missing for the clang co…
Browse files Browse the repository at this point in the history
…mpiler
  • Loading branch information
jpfr committed Dec 5, 2023
1 parent 08d2cbe commit f9b44af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/eventloop_posix.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
#include "eventloop_posix.h"
#include "open62541/plugin/eventloop.h"

#if defined(UA_ARCHITECTURE_POSIX) && !defined(__APPLE__) && !defined(__MACH__)
#include <time.h>
#endif

/*********/
/* Timer */
/*********/
Expand Down

0 comments on commit f9b44af

Please sign in to comment.