summaryrefslogtreecommitdiffstats
path: root/testsuites/support/src/tmtests_empty_function.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/support/src/tmtests_empty_function.c')
-rw-r--r--testsuites/support/src/tmtests_empty_function.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuites/support/src/tmtests_empty_function.c b/testsuites/support/src/tmtests_empty_function.c
index 17ac5bf39c..9b4ad95b5a 100644
--- a/testsuites/support/src/tmtests_empty_function.c
+++ b/testsuites/support/src/tmtests_empty_function.c
@@ -12,6 +12,10 @@
* $Id$
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <rtems.h>
rtems_status_code benchmark_timer_empty_function( void );