changeset 38768:5ee2bbc9aae1

glob: Fix compilation error on NetBSD 7.0 and OpenBSD 6.0. * modules/glob (Depends-on): Add c99.
author Bruno Haible <bruno@clisp.org>
date Thu, 24 Aug 2017 12:12:31 +0200
parents 471163f4866b
children 5ffa98d1601a
files ChangeLog modules/glob
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Aug 24 00:46:49 2017 -0700
+++ b/ChangeLog	Thu Aug 24 12:12:31 2017 +0200
@@ -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
--- a/modules/glob	Thu Aug 24 00:46:49 2017 -0700
+++ b/modules/glob	Thu Aug 24 12:12:31 2017 +0200
@@ -12,6 +12,7 @@
 m4/glob.m4
 
 Depends-on:
+c99
 extensions
 largefile
 snippet/c++defs