other includes to build repro on pc

old-commit-hash: 6fc7c0c005
This commit is contained in:
George Hotz
2020-11-20 09:09:43 -08:00
parent 04e6e04bb4
commit 599ee894cd

View File

@@ -2,8 +2,12 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdint.h>
#include <time.h>
#include <sched.h>
#include <sys/types.h>
#include <unistd.h>
static inline double millis_since_boot() {
struct timespec t;