Skip to content

Commit

Permalink
Github #211: Follow up - fix attempt 2 on Ubuntu for CI
Browse files Browse the repository at this point in the history
Always explicitly include
  • Loading branch information
rnorris committed Dec 28, 2023
1 parent 39b4e5d commit 3bd59a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/socket.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ static GSocketService *service = NULL;
// Work around mistake in GLIB 2.72 (fixed in 2.73) see:
// https://gitlab.gnome.org/GNOME/glib/-/commit/a638b2bbd11221c3ebb89769ae18a8c3131d47a3
// However would still need a check for GLIB 2.72 (since our minimum is meant to be 2.44)
#if !GLIB_CHECK_VERSION(2,73,0)
//#if !GLIB_CHECK_VERSION(2,73,0)
#include <gio/gunixconnection.h>
#endif
//#endif
static GSocketAddress* get_socket_address(void)
{
// A per user socket name
Expand Down

0 comments on commit 3bd59a2

Please sign in to comment.