Fix definition of _XOPEN_SOURCE

This commit is contained in:
Marcel Holtmann 2006-11-17 13:13:13 +00:00
parent 00ea526ab6
commit 4c82b98bd9

View File

@ -34,11 +34,10 @@
#include <stdlib.h>
#include <signal.h>
#include <getopt.h>
#include <sys/stat.h>
#include <sys/socket.h>
#define _XOPEN_SOURCE 600
#include <sys/stat.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <bluetooth/bluetooth.h>
#include <bluetooth/l2cap.h>