[rtems commit] sparc: Fix problem with assembler files
Sebastian Huber
sebh at rtems.org
Tue May 7 09:29:33 UTC 2013
Module: rtems
Branch: master
Commit: ad4ef3c79ee16cac185daadfcbe0d8940b1d4c50
Changeset: http://git.rtems.org/rtems/commit/?id=ad4ef3c79ee16cac185daadfcbe0d8940b1d4c50
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Tue May 7 11:24:29 2013 +0200
sparc: Fix problem with assembler files
---
cpukit/score/cpu/sparc/rtems/score/sparc.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/cpukit/score/cpu/sparc/rtems/score/sparc.h b/cpukit/score/cpu/sparc/rtems/score/sparc.h
index aa2812d..0c00ac4 100644
--- a/cpukit/score/cpu/sparc/rtems/score/sparc.h
+++ b/cpukit/score/cpu/sparc/rtems/score/sparc.h
@@ -23,7 +23,7 @@
#ifndef _RTEMS_SCORE_SPARC_H
#define _RTEMS_SCORE_SPARC_H
-#include <stdint.h>
+#include <rtems/score/types.h>
#ifdef __cplusplus
extern "C" {
More information about the vc
mailing list