Skip to content

Commit

Permalink
added __need_timespec macro to make sure timespec struct was defined
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-l committed Jan 12, 2017
1 parent 7cb8c52 commit 19d2f88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hirlite.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include <string.h>
#include <strings.h>
#include <sys/time.h>
#define __need_timespec
#include <time.h>
#include <unistd.h>

Expand Down

0 comments on commit 19d2f88

Please sign in to comment.