Have updated yaffs direct tests and added README files to the tests.
[yaffs2.git] / direct / timothy_tests / threading / threading.h
index 025bbd97798abab44d059ba147367a404baf4883..61fcab53343321880f48ae059d70d1f3fe71ccff 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
  *
- * Copyright (C) 2002-2010 Aleph One Ltd.
+ * Copyright (C) 2002-2011 Aleph One Ltd.
  *   for Toby Churchill Ltd and Brightstar Engineering
  *
  * Created by Timothy Manning <timothy@yaffs.net>
@@ -15,7 +15,7 @@
 
 #ifndef __threading_h__ 
 #define __threading_h__
-
+#include <time.h>
 #include <pthread.h>
 #include <stdio.h>
 #include "thread_function.h"