* lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 1 Jul 2003 21:07:13 +0000 (21:07 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 1 Jul 2003 21:07:13 +0000 (21:07 +0000)
commitdde911213fff46066f0369775a0f554e79b2a8f5
tree8fce7c31c1a36f726978a56ee9bcc1de40337e39
parent2bbae2d15d4675818cb1b501bd29e83cae2c6690
* lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
having it depend on HAVE_SYS_TYPES_H.
* m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
xreadlink.c now includes it unconditionally.

Patch proposed in
<http://mail.gnu.org/archive/html/bug-gnulib/2003-06/msg00167.html>.
lib/ChangeLog
lib/xreadlink.c
m4/ChangeLog
m4/xreadlink.m4