Skip to content

Commit

Permalink
fix(plc4c): include time.h so build won't fail on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
sruehl committed Sep 28, 2021
1 parent cc0d864 commit cec2547
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions plc4c/drivers/s7/include/plc4c/driver_s7_static.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

#include <plc4c/spi/read_buffer.h>
#include <plc4c/spi/write_buffer.h>
#include <time.h>

/*
*
Expand Down
1 change: 1 addition & 0 deletions plc4c/drivers/s7/src/driver_s7_static.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#include <plc4c/spi/read_buffer.h>
#include <plc4c/spi/write_buffer.h>
#include <string.h>
#include <time.h>

/*
*
Expand Down

0 comments on commit cec2547

Please sign in to comment.