summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2022-01-17 11:07:25 +0100
committerBruno Haible <bruno@clisp.org>2022-01-17 11:07:25 +0100
commitf778ecbe676e5e0f9649b1ef2b16af762a17d42d (patch)
tree9bac4a24b81287e098327d1dbc75c024a724ed81 /modules
parentdefa3e8a27cc595115b8bb80be5d605487bb798e (diff)
downloadgnulib-f778ecbe676e5e0f9649b1ef2b16af762a17d42d.tar.gz
xstrtol: Trim dependencies.
* lib/xstrtol.h: Include <stdint.h>, not <inttypes.h>. * modules/xstrtol (Depends-on): Add stdint. Remove inttypes-incomplete.
Diffstat (limited to 'modules')
-rw-r--r--modules/xstrtol2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/xstrtol b/modules/xstrtol
index d171890f3d..137cc1f5ab 100644
--- a/modules/xstrtol
+++ b/modules/xstrtol
@@ -10,7 +10,7 @@ m4/xstrtol.m4
Depends-on:
assure
intprops
-inttypes-incomplete
+stdint
configure.ac:
gl_XSTRTOL