Skip to content

Commit d97365e

Browse files
committed
Fix: add missing <ctype.h>
1 parent c3e24ee commit d97365e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/xy.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* | Mikachu2333 <[email protected]>
1010
* |
1111
* Created On : <2023-08-28>
12-
* Last Modified : <2025-08-07>
12+
* Last Modified : <2025-08-09>
1313
*
1414
* xy: 襄阳、咸阳
1515
* Corss-Platform C11 utilities for CLI applications in mixed
@@ -19,7 +19,7 @@
1919
#ifndef XY_H
2020
#define XY_H
2121

22-
#define _XY_Version "v0.1.5.3-2025/08/07"
22+
#define _XY_Version "v0.1.5.4-2025/08/09"
2323
#define _XY_Maintain_URL "https://github.com/RubyMetric/chsrc/blob/dev/lib/xy.h"
2424
#define _XY_Maintain_URL2 "https://gitee.com/RubyMetric/chsrc/blob/dev/lib/xy.h"
2525

@@ -32,6 +32,7 @@
3232
#endif
3333

3434
#include <assert.h>
35+
#include <ctype.h>
3536
#include <stdarg.h>
3637
#include <stdbool.h>
3738
#include <stddef.h>

0 commit comments

Comments
 (0)