From: Derrick Brashear Date: Mon, 28 Sep 2009 11:54:02 +0000 (-0400) Subject: conditionalize stdint.h inclusion in lwp X-Git-Tag: openafs-devel-1_5_65~27 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=5afd2c34699c60ba247b1de8ec42efbed1c09e39;p=packages%2Fo%2Fopenafs.git conditionalize stdint.h inclusion in lwp Irix has no stdint.h; wrap in ifdefs so we don't include when we don't have it. Reviewed-on: http://gerrit.openafs.org/530 Tested-by: Derrick Brashear Reviewed-by: Derrick Brashear --- diff --git a/src/lwp/lwp.c b/src/lwp/lwp.c index 035996726..66eb74465 100644 --- a/src/lwp/lwp.c +++ b/src/lwp/lwp.c @@ -20,7 +20,9 @@ #include #include +#ifdef HAVE_STDINT_H #include +#endif #include /* allocate externs here */