Skip to content

Commit

Permalink
Properly include stdint.h for uint64_t.
Browse files Browse the repository at this point in the history
  • Loading branch information
brixen committed Sep 22, 2016
1 parent bef07aa commit 5d5e49f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions machine/missing/gettid.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#if defined(__APPLE__)
#define _DARWIN_C_SOURCE
#include <pthread.h>
#include <stdint.h>
#else
#include <sys/syscall.h>
#endif
Expand Down

0 comments on commit 5d5e49f

Please sign in to comment.