Skip to content

Commit

Permalink
re-added header 'ctype.h' and updated tools/check_headers/c_standard_…
Browse files Browse the repository at this point in the history
…library.yml to reflect the tolower() dependency to 'ctype.h'
  • Loading branch information
BlinkDynamo committed Feb 16, 2025
1 parent df4f371 commit 8d1b02a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/strhelper.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
* limitations under the License.
*/

#include <ctype.h>
#include <stddef.h>
#include <string.h>
#include "private/memory.h"
Expand Down
1 change: 1 addition & 0 deletions tools/check_headers/c_standard_library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
- "stdlib.h"
- "string.h"
- "time.h"
"tolower": "ctype.h"
"true": "stdbool.h"
"va_end": "stdarg.h"
"va_list": "stdarg.h"
Expand Down

0 comments on commit 8d1b02a

Please sign in to comment.