Skip to content
Snippets Groups Projects
Commit ee835603 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

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

Rev: src/global.h:1.24
parent 6e9223a0
No related branches found
No related tags found
No related merge requests found
......@@ -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"
/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment