Use gnulib 'close' module, for compatibility with newest Gnulib.
authorBen Pfaff <blp@gnu.org>
Tue, 4 Nov 2008 03:49:08 +0000 (19:49 -0800)
committerBen Pfaff <blp@gnu.org>
Tue, 4 Nov 2008 03:49:08 +0000 (19:49 -0800)
Otherwise at link we get an undefined reference to symbol
_close_used_without_requesting_gnulib_module_close.

Thanks to Michel Boaventura for reporting the problem.

Smake

diff --git a/Smake b/Smake
index 3994a302b650b7d5c5f89a10db484b010adc1aa1..a466423753fca2ef07bf4a6950fc3beca8835adf 100644 (file)
--- a/Smake
+++ b/Smake
@@ -9,6 +9,7 @@ GNULIB_MODULES = \
        byteswap \
        c-ctype \
        c-strtod \
+       close \
        crypto/md4 \
        dirname \
        environ \