Skip to content

Commit

Permalink
Merge pull request #29 from thesamesam/gcc13
Browse files Browse the repository at this point in the history
Fix build with GCC 13
  • Loading branch information
Blub authored Apr 23, 2023
2 parents 82459fb + 0f0c40a commit e8bfd01
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 e8bfd01

Please sign in to comment.