From 8d8a2d3ff93d5c995825a0f36144717bef1c081c Mon Sep 17 00:00:00 2001 From: Ralph Lange Date: Fri, 30 Jun 2000 14:50:57 +0000 Subject: [PATCH] HP-UX defines timespec and timeval in sys/time.h (HP aCC warning fix) --- src/libCom/osi/tsStamp.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/libCom/osi/tsStamp.h b/src/libCom/osi/tsStamp.h index 342712173..dc1f0441a 100644 --- a/src/libCom/osi/tsStamp.h +++ b/src/libCom/osi/tsStamp.h @@ -23,8 +23,10 @@ extern "C" { #endif /* __cplusplus */ +#ifndef HP_UX struct timespec; struct timeval; +#endif #define tsStampOK 0 #define tsStampERROR (-1)