summaryrefslogtreecommitdiff
path: root/dev-php/swoole/files/swoole-4.8.7-gcc13.patch
blob: a99088af87cf3848219c457dd5d872001a3e6386 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
https://bugs.gentoo.org/895232
https://github.com/swoole/swoole-src/issues/4983
https://github.com/swoole/swoole-src/commit/402eec43ec385b63307b3ba772f871f0f86fa299

From 402eec43ec385b63307b3ba772f871f0f86fa299 Mon Sep 17 00:00:00 2001
From: Remi Collet <remi@remirepo.net>
Date: Sun, 19 Feb 2023 13:00:01 +0100
Subject: [PATCH] Fix #4983 Add missing header for GCC 13 (#4985)

--- a/include/swoole_proxy.h
+++ b/include/swoole_proxy.h
@@ -17,6 +17,7 @@
 #pragma once
 
 #include <string>
+#include <cstdint>
 
 #define SW_SOCKS5_VERSION_CODE 0x05