From 4b63c6ec31622d8abf0d5a7b50c17aa56767139d Mon Sep 17 00:00:00 2001 From: Fredrik Noring <noring@nocrew.org> Date: Fri, 12 Jun 1998 21:12:38 +0200 Subject: [PATCH] Added __STDC_EXT__ for HPUX. Rev: src/global.h:1.14 --- src/global.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/global.h b/src/global.h index de4bd7f4d8..7287abee62 100644 --- a/src/global.h +++ b/src/global.h @@ -12,6 +12,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. */ -- GitLab