shmpipe: Should not use glib type without ifdef

The shmpipe should build without GLIB.
This commit is contained in:
Nicolas Dufresne 2017-06-21 13:42:31 -04:00
parent 859daad65d
commit 809d313493

View file

@ -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)