Add <stdint.h> for xy.h

This commit is contained in:
Aoran Zeng 2025-08-09 19:36:41 +08:00
parent 68b921d9c5
commit ca6498b547
No known key found for this signature in database
GPG Key ID: 8F8BA8488E10ED98

View File

@ -19,7 +19,7 @@
#ifndef XY_H
#define XY_H
#define _XY_Version "v0.1.5.4-2025/08/09"
#define _XY_Version "v0.1.5.5-2025/08/09"
#define _XY_Maintain_URL "https://github.com/RubyMetric/chsrc/blob/dev/lib/xy.h"
#define _XY_Maintain_URL2 "https://gitee.com/RubyMetric/chsrc/blob/dev/lib/xy.h"
@ -37,6 +37,7 @@
#include <stdbool.h>
#include <stddef.h>
#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>