From 79216d04581119f3645fbb2c196173c726ee94a7 Mon Sep 17 00:00:00 2001 From: David Disseldorp Date: Fri, 1 Sep 2006 06:14:07 +0000 Subject: [PATCH] changed attributes.h include path for irix Merge of master-melb:xfs-cmds:26897a by kenmcd. changed attributes.h include path for irix --- src/dmiperf.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/dmiperf.c b/src/dmiperf.c index 28f95a48..03095edf 100644 --- a/src/dmiperf.c +++ b/src/dmiperf.c @@ -28,10 +28,14 @@ #include #include #include +#ifdef sgi +#include +#else #include +#endif #define MAXNAMELEN 256 -#ifndef __sgi__ +#ifndef sgi typedef unsigned int uint_t; #endif -- 2.39.5