summaryrefslogtreecommitdiff
path: root/direct/timothy_tests/threading/threading.h
diff options
context:
space:
mode:
Diffstat (limited to 'direct/timothy_tests/threading/threading.h')
-rw-r--r--direct/timothy_tests/threading/threading.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/direct/timothy_tests/threading/threading.h b/direct/timothy_tests/threading/threading.h
index 025bbd9..307a30c 100644
--- a/direct/timothy_tests/threading/threading.h
+++ b/direct/timothy_tests/threading/threading.h
@@ -15,7 +15,7 @@
#ifndef __threading_h__
#define __threading_h__
-
+#include <time.h>
#include <pthread.h>
#include <stdio.h>
#include "thread_function.h"