From cef7b6ae8c6751c23d98ed88d4d8a6f7481a5eb2 Mon Sep 17 00:00:00 2001 From: Douglas Engert Date: Thu, 27 Nov 2003 01:23:13 +0000 Subject: [PATCH] hpux-snprintf-support-20031126 FIXES 2587 need sys/socket.h on hpux --- src/util/snprintf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/snprintf.c b/src/util/snprintf.c index a648f52cc..7bd7b5b83 100644 --- a/src/util/snprintf.c +++ b/src/util/snprintf.c @@ -16,7 +16,7 @@ RCSID #else #include #endif -#if defined(AFS_AIX32_ENV) || defined(AFS_SUN_ENV) || defined(AFS_XBSD_ENV) +#if defined(AFS_AIX32_ENV) || defined(AFS_SUN_ENV) || defined(AFS_XBSD_ENV) || defined(AFS_HPUX_ENV) #include #endif #ifdef HAVE_STRING_H -- 2.39.5