summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/i386/sse_test.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-03-27 15:01:47 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-03-27 15:01:47 +0000
commit199041aa0e2fc18f0a09631685fb8fa247dcc2b0 (patch)
tree4e33b4e7082ada2411f1c322a87af93ab6b47eb7 /cpukit/score/cpu/i386/sse_test.c
parent2010-03-27 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-199041aa0e2fc18f0a09631685fb8fa247dcc2b0.tar.bz2
2010-03-27 Joel Sherrill <joel.sherrill@oarcorp.com>
* cpu.c, cpu_asm.S, sse_test.c: Add include of config.h
Diffstat (limited to 'cpukit/score/cpu/i386/sse_test.c')
-rw-r--r--cpukit/score/cpu/i386/sse_test.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/cpukit/score/cpu/i386/sse_test.c b/cpukit/score/cpu/i386/sse_test.c
index e54b77830b..bcf6ea5bb2 100644
--- a/cpukit/score/cpu/i386/sse_test.c
+++ b/cpukit/score/cpu/i386/sse_test.c
@@ -92,13 +92,16 @@
* c) IRQ (software IRQ via 'INT xx' instruction)
*
*/
-#ifdef __rtems__
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
+#ifdef __rtems__
#include <rtems.h>
#include <rtems/score/cpu.h>
#include <rtems/irq.h>
#include <rtems/error.h>
-
#endif
#include <inttypes.h>