From ee835603e86ac2062025bae34228ac392b87ecb9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Fri, 7 Aug 1998 18:12:39 +0200
Subject: [PATCH] Added forward-decl of struct timeval here to avoid warnings
 on HPUX.

Rev: src/global.h:1.24
---
 src/global.h | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/src/global.h b/src/global.h
index a1b7c0a55e..f54a899a35 100644
--- a/src/global.h
+++ b/src/global.h
@@ -5,7 +5,7 @@
 \*/
 
 /*
- * $Id: global.h,v 1.23 1998/06/12 19:16:40 noring Exp $
+ * $Id: global.h,v 1.24 1998/08/07 16:12:39 grubba Exp $
  */
 #ifndef GLOBAL_H
 #define GLOBAL_H
@@ -45,6 +45,11 @@ struct object;
 struct array;
 struct svalue;
 
+#ifndef STRUCT_TIMEVAL_DECLARED
+#define STRUCT_TIMEVAL_DECLARED
+struct timeval;
+#endif
+
 #include "machine.h"
 
 /*
-- 
GitLab