From 327b666396887be715c7335824e2474ccdb4a404 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Mon, 23 Apr 2007 15:11:46 +0000 Subject: Christoph Bauer: 23309ish: extra #define for hpux --- Src/system.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Src/system.h') diff --git a/Src/system.h b/Src/system.h index fafa5dd01..c2f0b4ee8 100644 --- a/Src/system.h +++ b/Src/system.h @@ -757,6 +757,11 @@ extern short ospeed; * If MULTIBYTE_SUPPORT is not defined, these includes provide a subset of * Unicode support that makes the \u and \U printf escape sequences work. */ +=20 +#if defined(__hpux) && !defined(_INCLUDE__STDC_A1_SOURCE) +#define _INCLUDE__STDC_A1_SOURCE +#endif +=20 # include # include #endif -- cgit 1.4.1