Add HAVE_CONFIG_H.

This commit is contained in:
Ralf Corsepius
2011-02-22 11:11:44 +00:00
parent a32020adaf
commit b1305bb945
4 changed files with 18 additions and 0 deletions
+4
View File
@@ -9,6 +9,10 @@
* $Id$
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <rtems.h>
/*
+4
View File
@@ -9,6 +9,10 @@
* $Id$
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <fcntl.h>
#include <tmacros.h>
#include "test_support.h"
@@ -12,6 +12,10 @@
* $Id$
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <rtems.h>
rtems_status_code benchmark_timer_empty_function( void );
+6
View File
@@ -9,6 +9,12 @@
* $Id$
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <rtems/btimer.h>
#include <bsp.h>
#include <rtems/timerdrv.h>
#include "test_support.h"