26 lines
515 B
Diff
26 lines
515 B
Diff
|
|
From 319c98ee6462ecc890e6a7163b0d02690235caae Mon Sep 17 00:00:00 2001
|
||
|
|
From: yuncang123 <1050706328@qq.com>
|
||
|
|
Date: Fri, 30 Aug 2024 22:52:18 +0800
|
||
|
|
Subject: [PATCH] fix function undeclared
|
||
|
|
|
||
|
|
---
|
||
|
|
test/regress.c | 2 ++
|
||
|
|
1 file changed, 2 insertions(+)
|
||
|
|
|
||
|
|
diff --git a/test/regress.c b/test/regress.c
|
||
|
|
index 08c30fa..bd42f4a 100644
|
||
|
|
--- a/test/regress.c
|
||
|
|
+++ b/test/regress.c
|
||
|
|
@@ -75,6 +75,8 @@
|
||
|
|
#include "regress.gen.h"
|
||
|
|
#endif
|
||
|
|
|
||
|
|
+#include "iocp-internal.h"
|
||
|
|
+
|
||
|
|
evutil_socket_t pair[2];
|
||
|
|
int test_ok;
|
||
|
|
int called;
|
||
|
|
--
|
||
|
|
2.43.0
|
||
|
|
|