Mercurial > hg > octave-jordi > gnulib-hg
changeset 15669:cf217ff25ff6
accept4 tests: Fix for native Windows.
* tests/test-accept4.c: Include sockets.h.
(main): Invoke gl_sockets_startup.
* modules/accept4-tests (Depends-on): Add sockets.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Tue, 20 Sep 2011 21:24:02 +0200 |
parents | d64334690661 |
children | 3202e6b21fe9 |
files | ChangeLog modules/accept4-tests tests/test-accept4.c |
diffstat | 3 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2011-09-20 Bruno Haible <bruno@clisp.org> + accept4 tests: Fix for native Windows. + * tests/test-accept4.c: Include sockets.h. + (main): Invoke gl_sockets_startup. + * modules/accept4-tests (Depends-on): Add sockets. + accept tests: Fix for native Windows. * tests/test-accept.c: Include sockets.h. (main): Invoke gl_sockets_startup.