summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-12-06 13:00:22 +0200
committerNoel Grandin <noel@peralex.com>2012-12-06 13:00:22 +0200
commit584cd8d1c23d47becb776e382f853ffe77ce9fc2 (patch)
tree65cf43e02d46fb81ab551853fba048d0594a9460 /sd
parentec530530b7c4afbc7b521aaf05ac4e3d527fdf7e (diff)
Fix: <errno.h> needs to be included under Linux
Change-Id: I00cbeaa3d00b6001b1b9adf00059f27d7affb08f
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/remotecontrol/BluetoothServer.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/source/ui/remotecontrol/BluetoothServer.cxx b/sd/source/ui/remotecontrol/BluetoothServer.cxx
index 6ec590dce47c..32e5bca15069 100644
--- a/sd/source/ui/remotecontrol/BluetoothServer.cxx
+++ b/sd/source/ui/remotecontrol/BluetoothServer.cxx
@@ -14,6 +14,7 @@
#if (defined(LINUX) && !defined(__FreeBSD_kernel__)) && defined(ENABLE_DBUS)
#include <glib.h>
#include <dbus/dbus-glib.h>
+ #include <errno.h>
#include <sys/unistd.h>
#include <sys/socket.h>
#include <bluetooth/bluetooth.h>