Compilation fix for Linux
This commit is contained in:
parent
c9ff563602
commit
3e05dbb5d3
@ -138,6 +138,10 @@ static int _event_volume_set(PhonePlugin * plugin, gdouble level);
|
|||||||
|
|
||||||
static int _openmoko_event(PhonePlugin * plugin, PhoneEvent * event)
|
static int _openmoko_event(PhonePlugin * plugin, PhoneEvent * event)
|
||||||
{
|
{
|
||||||
|
#ifdef __linux__
|
||||||
|
Openmoko * openmoko = plugin->priv;
|
||||||
|
#endif
|
||||||
|
|
||||||
switch(event->type)
|
switch(event->type)
|
||||||
{
|
{
|
||||||
case PHONE_EVENT_TYPE_MODEM_EVENT:
|
case PHONE_EVENT_TYPE_MODEM_EVENT:
|
||||||
|
Loading…
Reference in New Issue
Block a user