From: Bruno Haible Date: Wed, 5 Nov 2003 11:36:58 +0000 (+0000) Subject: Solaris portability problem. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be120916d357d6fef41d9fb4d75ee3ff39f86a4a;p=pspp Solaris portability problem. --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 24f9a9cbe4..077788bb10 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,8 @@ +2003-11-05 Bruno Haible + + * xsize.h: Include limits.h, to avoid a possible collision with + SIZE_MAX defined in on Solaris. + 2003-11-04 Bruno Haible * xsize.h: New file. diff --git a/lib/xsize.h b/lib/xsize.h index 4410193e66..34919f8b7c 100644 --- a/lib/xsize.h +++ b/lib/xsize.h @@ -23,6 +23,7 @@ #include /* Get SIZE_MAX. */ +#include #if HAVE_STDINT_H # include #endif