penguin/tinyproxy

An L4 proxy designed to act as a tiny transparent shim

commit 5924d1fd9fadfc8d23376fccde05e01ddf1669dc

author斟酌 鵬兄 <tgckpg@gmail.com>
date2026-05-31T18:38:22Z
subjectAdded 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