Skip to content

Commit

Permalink
Add include for nanosleep #69
Browse files Browse the repository at this point in the history
  • Loading branch information
TMRh20 committed Feb 18, 2015
1 parent 350cafb commit 30ef8dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions arch/BBB/compatibility.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ extern "C" {
#endif

#include <stddef.h>
#include <time.h>
#include <sys/time.h>

static struct timeval start, end;
Expand Down
2 changes: 1 addition & 1 deletion arch/MRAA/compatibility.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ extern "C" {
#endif

#include <stddef.h>
#include <unistd.h>
#include <time.h>
#include <sys/time.h>

static struct timeval start, end;
Expand Down

0 comments on commit 30ef8dc

Please sign in to comment.