]> Savannah Git Hosting - gnulib.git/commitdiff
glob: Fix compilation error on NetBSD 7.0 and OpenBSD 6.0.
authorBruno Haible <bruno@clisp.org>
Thu, 24 Aug 2017 10:12:31 +0000 (12:12 +0200)
committerBruno Haible <bruno@clisp.org>
Thu, 24 Aug 2017 10:12:31 +0000 (12:12 +0200)
* modules/glob (Depends-on): Add c99.

ChangeLog
modules/glob

index 6568ff01549eef083330bdd9229b7b1951127cfb..05213d62fc9b43491c2eff658f1db1e3991ac0af 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-08-24  Bruno Haible  <bruno@clisp.org>
+
+       glob: Fix compilation error on NetBSD 7.0 and OpenBSD 6.0.
+       * modules/glob (Depends-on): Add c99.
+
 2017-08-24  Paul Eggert  <eggert@cs.ucla.edu>
 
        glob: fix typo that broke platforms lacking d_ino
index 0d64124c17111fbb9960910ad7124fc6615a5c5b..48cf387bdce91487705e4a21cca88b0131ad16ac 100644 (file)
@@ -12,6 +12,7 @@ lib/globfree.c
 m4/glob.m4
 
 Depends-on:
+c99
 extensions
 largefile
 snippet/c++defs