Skip to content

Commit dfa3fb7

Browse files
committed
Add missing header includes
1 parent 85ff32f commit dfa3fb7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

sonyflake_turbo.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
#include <Python.h>
22
#include <pythread.h>
33
#include <stdbool.h>
4+
#include <stdint.h>
45
#include <time.h>
6+
#include <unistd.h>
57

68
#define SONYFLAKE_EPOCH 1409529600 // 2014-09-01 00:00:00 UTC
79
#define SONYFLAKE_SEQUENCE_BITS 8

0 commit comments

Comments
 (0)