summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2022-08-10 07:58:18 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2022-08-10 07:58:18 -0700
commit2a613e0165f40653faf54d3ee0b97336c3be7034 (patch)
tree1a3218c990b4cbeff9dffd1d3b71454e8a5808d5 /modules
parentfe6964f010a9881ad323a770e97f17a77e2f2b7f (diff)
downloadgnulib-2a613e0165f40653faf54d3ee0b97336c3be7034.tar.gz
stdckdint: fix dependency
* modules/stdckdint (Depends-on): Add stdbool. Reported by Bruno Haible.
Diffstat (limited to 'modules')
-rw-r--r--modules/stdckdint1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/stdckdint b/modules/stdckdint
index 4b39a76d5f..d2d3a11a5c 100644
--- a/modules/stdckdint
+++ b/modules/stdckdint
@@ -7,6 +7,7 @@ lib/intprops-internal.h
Depends-on:
gen-header
+stdbool
configure.ac:
AC_CHECK_HEADERS_ONCE([stdckdint.h])