diff --git a/src/global.h b/src/global.h
index a1b7c0a55ef5e434bf84010e979b02de8cb9936f..f54a899a35ce66dbc052105b0c56e88ed059e016 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"
 
 /*