diff --git a/src/global.h b/src/global.h index b00023842f2c6f5af8b0fe8bae2a9d3fd71397f4..a1b7c0a55ef5e434bf84010e979b02de8cb9936f 100644 --- a/src/global.h +++ b/src/global.h @@ -5,7 +5,7 @@ \*/ /* - * $Id: global.h,v 1.22 1998/05/12 23:51:23 hubbe Exp $ + * $Id: global.h,v 1.23 1998/06/12 19:16:40 noring Exp $ */ #ifndef GLOBAL_H #define GLOBAL_H @@ -16,6 +16,11 @@ # define _LARGEFILE64_SOURCE 1 #endif +/* HPUX needs these too... */ +#ifndef __STDC_EXT__ +# define __STDC_EXT__ +#endif /* !__STDC_EXT__ */ + /* * Some structure forward declarations are needed. */