Skip to content

Commit

Permalink
fixes time.h import
Browse files Browse the repository at this point in the history
  • Loading branch information
gbr1 committed Mar 21, 2024
1 parent e18dada commit 362acd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/default_transport.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ extern "C"
{
#include <stdio.h>
#include <stdbool.h>
#include <sys/time.h>
#include <time.h>

int clock_gettime(clockid_t unused, struct timespec *tp) __attribute__ ((weak));
bool arduino_transport_open(struct uxrCustomTransport * transport) __attribute__ ((weak));
Expand Down

0 comments on commit 362acd4

Please sign in to comment.