use <inttypes.h> instead of <stdint.h> becuase the latter doesn't

exist on Solaris 8 and 9
This commit is contained in:
Duncan Laurie 2004-03-03 21:22:32 +00:00
parent 8f48a7021a
commit eb116adf53
5 changed files with 5 additions and 5 deletions

View File

@ -37,7 +37,7 @@
#ifndef IPMI_HELPER_H
#define IPMI_HELPER_H
#include <stdint.h>
#include <inttypes.h>
struct valstr {
unsigned short val;

View File

@ -39,7 +39,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <stdint.h>
#include <inttypes.h>
#include <netinet/in.h>
#include <ipmitool/helper.h>

View File

@ -37,7 +37,7 @@
#ifndef IPMI_FRU_H
#define IPMI_FRU_H
#include <stdint.h>
#include <inttypes.h>
#include <ipmitool/ipmi.h>
#if HAVE_CONFIG_H

View File

@ -41,7 +41,7 @@
# include <config.h>
#endif
#include <stdint.h>
#include <inttypes.h>
#include <math.h>
#include <ipmitool/bswap.h>
#include <ipmitool/ipmi.h>

View File

@ -37,7 +37,7 @@
#ifndef IPMI_SEL_H
#define IPMI_SEL_H
#include <stdint.h>
#include <inttypes.h>
#include <ipmitool/ipmi.h>
#define IPMI_CMD_GET_SEL_INFO 0x40