Kaydet (Commit) d9b506e9 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Put a few (GNU/)Linuxisms inside ifdefs

Change-Id: I391edae66298810583c3ac4029cadd182af39ff2
üst 0198ba86
......@@ -9,9 +9,11 @@
#include "BluetoothServer.hxx"
#include <stdio.h>
#ifdef LINUX
#include <gio/gio.h>
#include <stdint.h>
#include <sys/unistd.h>
#endif
#include <stdint.h>
#include <sys/socket.h>
#include <tools/debug.hxx>
#include <tools/stream.hxx>
......@@ -172,4 +174,4 @@ void BluetoothServer::setup()
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
\ No newline at end of file
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment