(mailutils): Add inttostr
Showing
1 changed file
with
2 additions
and
2 deletions
1 | |||
2 | # List of gnulib modules needed for GNU mailutils. | 1 | # List of gnulib modules needed for GNU mailutils. |
3 | # A module name per line. Empty lines and comments are ignored. | 2 | # A module name per line. Empty lines and comments are ignored. |
4 | # A line beginning with colon starts a library section. All modules | 3 | # A line beginning with colon starts a library section. All modules |
... | @@ -13,6 +12,7 @@ regex | ... | @@ -13,6 +12,7 @@ regex |
13 | strtok_r | 12 | strtok_r |
14 | md5 | 13 | md5 |
15 | glob | 14 | glob |
15 | inttostr | ||
16 | 16 | ||
17 | :muaux | 17 | :muaux |
18 | xalloc | 18 | xalloc |
... | @@ -26,5 +26,5 @@ realloc | ... | @@ -26,5 +26,5 @@ realloc |
26 | setenv | 26 | setenv |
27 | snprintf | 27 | snprintf |
28 | strcase | 28 | strcase |
29 | xstrtol | ||
30 | vasprintf | 29 | vasprintf |
30 | xstrtol | ... | ... |
-
Please register or sign in to post a comment