minor changes so it would compile in a cross environment

This commit is contained in:
Joel Sherrill
1995-12-05 15:28:21 +00:00
parent ca201c9b6a
commit 76b6fd0cba
2 changed files with 4 additions and 0 deletions

View File

@@ -22,7 +22,9 @@
#include <stdio.h>
#if defined(__hpux__) && defined(__hppa__)
#include <rtems/system.h>
#endif
void print_information( void );

View File

@@ -22,7 +22,9 @@
#include <stdio.h>
#if defined(__hpux__) && defined(__hppa__)
#include <rtems/system.h>
#endif
void print_information( void );