other includes to build repro on pc

This commit is contained in:
George Hotz
2020-11-20 09:09:43 -08:00
parent b9a8e7b209
commit 6fc7c0c005
+4
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;