summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/tools/hppa1.1
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1995-12-05 15:28:21 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1995-12-05 15:28:21 +0000
commit76b6fd0cbac5ce2db25642410971f166877624bf (patch)
tree733ff622b1ee01883ba4cefab0c91474538e4b1d /c/src/exec/score/tools/hppa1.1
parentminor changes so it would compile (diff)
downloadrtems-76b6fd0cbac5ce2db25642410971f166877624bf.tar.bz2
minor changes so it would compile in a cross environment
Diffstat (limited to 'c/src/exec/score/tools/hppa1.1')
-rw-r--r--c/src/exec/score/tools/hppa1.1/genoffsets.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/c/src/exec/score/tools/hppa1.1/genoffsets.c b/c/src/exec/score/tools/hppa1.1/genoffsets.c
index 3bec8e954b..578259e83d 100644
--- a/c/src/exec/score/tools/hppa1.1/genoffsets.c
+++ b/c/src/exec/score/tools/hppa1.1/genoffsets.c
@@ -22,7 +22,9 @@
#include <stdio.h>
+#if defined(__hpux__) && defined(__hppa__)
#include <rtems/system.h>
+#endif
void print_information( void );