commit 5924d1fd9fadfc8d23376fccde05e01ddf1669dc
| author | 斟酌 鵬兄 <tgckpg@gmail.com> |
| date | 2026-05-31T18:38:22Z |
| subject | Added stdint.h |
commit 5924d1fd9fadfc8d23376fccde05e01ddf1669dc
Author: 斟酌 鵬兄 <tgckpg@gmail.com>
Date: 2026-05-31T18:38:22Z
Added stdint.h
---
src/compat.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/compat.h b/src/compat.h
index 58dcb09..80b5cfd 100644
--- a/src/compat.h
+++ b/src/compat.h
@@ -1,6 +1,8 @@
#ifndef COMPAT_H
#define COMPAT_H
+#include <stdint.h>
+
#ifdef _WIN32
#ifndef WIN32_LEAN_AND_MEAN
@@ -27,7 +29,6 @@
#include <netinet/udp.h>
#include <unistd.h>
-
#endif
#ifdef _WIN32