Index: tests/preempt_longrun/create.c
===================================================================
--- tests/preempt_longrun/create.c	(revision 47c1928b39e141cf752717688b57df8b99a499d7)
+++ tests/preempt_longrun/create.c	(revision ad72c8b2bc79fbe93a816ea18e56f69bc3d3655c)
@@ -3,5 +3,5 @@
 #include <time.hfa>
 
-#include "long_tests.h"
+#include "long_tests.hfa"
 
 #ifndef PREEMPTION_RATE
Index: tests/preempt_longrun/enter3.c
===================================================================
--- tests/preempt_longrun/enter3.c	(revision 47c1928b39e141cf752717688b57df8b99a499d7)
+++ tests/preempt_longrun/enter3.c	(revision ad72c8b2bc79fbe93a816ea18e56f69bc3d3655c)
@@ -5,5 +5,5 @@
 
 #define __kick_rate 75000ul
-#include "long_tests.h"
+#include "long_tests.hfa"
 
 #ifndef PREEMPTION_RATE
Index: tests/preempt_longrun/processor.c
===================================================================
--- tests/preempt_longrun/processor.c	(revision 47c1928b39e141cf752717688b57df8b99a499d7)
+++ tests/preempt_longrun/processor.c	(revision ad72c8b2bc79fbe93a816ea18e56f69bc3d3655c)
@@ -5,5 +5,5 @@
 #include <unistd.h>
 
-#include "long_tests.h"
+#include "long_tests.hfa"
 
 #ifndef PREEMPTION_RATE
Index: tests/preempt_longrun/yield.c
===================================================================
--- tests/preempt_longrun/yield.c	(revision 47c1928b39e141cf752717688b57df8b99a499d7)
+++ tests/preempt_longrun/yield.c	(revision ad72c8b2bc79fbe93a816ea18e56f69bc3d3655c)
@@ -4,5 +4,5 @@
 
 #define __kick_rate 550000ul
-#include "long_tests.h"
+#include "long_tests.hfa"
 
 #ifndef PREEMPTION_RATE
