From f1820a57083bcadda56ca78c007612e88021a25b Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 30 Apr 2008 07:39:46 +0000 Subject: (svn r12930) -Add: build support for NetBSD and HP-UX. Patch by ahoka. --- src/stdafx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stdafx.h') 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 #endif -#if defined(SUNOS) +#if defined(SUNOS) || defined(HPUX) #include #endif -- cgit v1.2.3-54-g00ecf