From 809d3134936ea2aa0580f26d7b8b1c45648fcc9e Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Wed, 21 Jun 2017 13:42:31 -0400 Subject: [PATCH] shmpipe: Should not use glib type without ifdef The shmpipe should build without GLIB. --- sys/shm/shmpipe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/shm/shmpipe.c b/sys/shm/shmpipe.c index de89026fff..b126668c93 100644 --- a/sys/shm/shmpipe.c +++ b/sys/shm/shmpipe.c @@ -942,7 +942,7 @@ sp_get_fd (ShmPipe * self) return self->main_socket; } -const gchar * +const char * sp_get_shm_area_name (ShmPipe * self) { if (self->shm_area)