Fix standalone build.
[bertos.git] / drv / timer_test.c
index cc15f11c8a88cab5d320fb53f7720fd660f4b924..bfc712ad2647766f64e91ccf49923510d3d6d288 100755 (executable)
@@ -13,6 +13,9 @@
 
 /*#*
  *#* $Log$
+ *#* Revision 1.2  2005/11/27 03:58:18  bernie
+ *#* Add POSIX timer emulator.
+ *#*
  *#* Revision 1.1  2005/11/27 03:04:08  bernie
  *#* Move test code to timer_test.c; Add OS_HOSTED support.
  *#*
@@ -20,6 +23,7 @@
 
 #include "timer.c"
 #include "mware/event.c"
+#include "os/hptime.c"
 
 static void timer_test_constants(void)
 {