diff options
Diffstat (limited to 'src/stdafx.h')
-rw-r--r-- | src/stdafx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdafx.h b/src/stdafx.h index 14d493879..17bbb3ca1 100644 --- a/src/stdafx.h +++ b/src/stdafx.h @@ -76,7 +76,7 @@ #include <SupportDefs.h> #endif -#if defined(SUNOS) +#if defined(SUNOS) || defined(HPUX) #include <alloca.h> #endif |