[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-gnulib] realloc.c
From: |
Derek Robert Price |
Subject: |
[Bug-gnulib] realloc.c |
Date: |
Thu, 25 Mar 2004 17:58:27 -0500 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
realloc.c appears to be including <sys/types.h>, I assume to get
size_t. This doesn't work under Windows. Replacing the
#include <sys/types.h>
line with
/* Get size_t. */
#include <stddef.h>
like many of the other C sources in lib do, allows the file to compile
under Windows.
Derek
- --
*8^)
Email: address@hidden
Get CVS support at <http://ximbiot.com>!
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)
Comment: Using GnuPG with Netscape - http://enigmail.mozdev.org
iD8DBQFAY2QSLD1OTBfyMaQRAuahAJwKERU5YfItERg+hN6n3jM7qJOaZwCdE6vn
yHyrCAMid1nMG8ojMoVavTw=
=ri/r
-----END PGP SIGNATURE-----
- [Bug-gnulib] realloc.c,
Derek Robert Price <=