Skip to content

Commit

Permalink
Fix build with GCC 13
Browse files Browse the repository at this point in the history
GCC 13 (as usual for new compiler releases) shuffles around some internal includes so some
are no longer transitively included.

See https://gnu.org/software/gcc/gcc-13/porting_to.html.

Bug: https://bugs.gentoo.org/895142
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Apr 23, 2023
1 parent efde253 commit 0f0c40a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/socket.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#include "socket.h"
#include <cstdint>
#include <sys/socket.h>
#include <sys/un.h>

Expand Down

0 comments on commit 0f0c40a

Please sign in to comment.