Branch: Tag:

1998-08-07

1998-08-07 16:12:39 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added forward-decl of struct timeval here to avoid warnings on HPUX.

Rev: src/global.h:1.24

5:   \*/      /* -  * $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:   struct array;   struct svalue;    + #ifndef STRUCT_TIMEVAL_DECLARED + #define STRUCT_TIMEVAL_DECLARED + struct timeval; + #endif +    #include "machine.h"      /*