From: Derrick Brashear Date: Tue, 6 Mar 2001 22:27:44 +0000 (+0000) Subject: STABLE10-make-snprintf-compile-on-aix-433-20010305 X-Git-Tag: openafs-stable-1_0_3~6 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=0e74cfc4b21074e3795b9d4cef63c3fb649437eb;p=packages%2Fo%2Fopenafs.git STABLE10-make-snprintf-compile-on-aix-433-20010305 (cherry picked from commit 5a9eb81c9431438b6d52f20539e331a1a46a8077) --- diff --git a/src/util/snprintf.c b/src/util/snprintf.c index 75b85e74b..4141de3e4 100644 --- a/src/util/snprintf.c +++ b/src/util/snprintf.c @@ -9,6 +9,9 @@ #include #include #include +#if defined(AFS_AIX32_ENV) +#include +#endif #define MAXPREC 100