Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:16.0:Staging:adi:10
libtins
812be7966d445ec56e88eab512f8fd2d57152427.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 812be7966d445ec56e88eab512f8fd2d57152427.patch of Package libtins
From 812be7966d445ec56e88eab512f8fd2d57152427 Mon Sep 17 00:00:00 2001 From: Vasiliy Glazov <vascom2@gmail.com> Date: Tue, 24 Jan 2023 19:29:36 +0300 Subject: [PATCH] Fix build with GCC13 (#496) Due to changes in GCC13 need fix include. --- include/tins/ip_address.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tins/ip_address.h b/include/tins/ip_address.h index 5e6f6d16..eb28ccb9 100644 --- a/include/tins/ip_address.h +++ b/include/tins/ip_address.h @@ -33,7 +33,7 @@ #include <string> #include <iosfwd> #include <functional> -#include <stdint.h> +#include <cstdint> #include <tins/cxxstd.h> #include <tins/macros.h>
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor