Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 259811
Collapse All | Expand All

(-)/var/tmp/portage/net-wireless/bluez-utils-2.25-r1/work/bluez-utils-2.25/sdpd/request.c (+1 lines)
Lines 39-44 Link Here
39
#include <bluetooth/sdp_lib.h>
39
#include <bluetooth/sdp_lib.h>
40
40
41
#include <netinet/in.h>
41
#include <netinet/in.h>
42
#include <limits.h>
42
43
43
#include "sdpd.h"
44
#include "sdpd.h"
44
45
(-)/var/tmp/portage/net-wireless/bluez-utils-2.25-r1/work/bluez-utils-2.25/hidd/sdp.c (+1 lines)
Lines 34-39 Link Here
34
#include <string.h>
34
#include <string.h>
35
#include <sys/stat.h>
35
#include <sys/stat.h>
36
#include <sys/socket.h>
36
#include <sys/socket.h>
37
#include <linux/limits.h>
37
38
38
#include <bluetooth/bluetooth.h>
39
#include <bluetooth/bluetooth.h>
39
#include <bluetooth/l2cap.h>
40
#include <bluetooth/l2cap.h>
(-)/var/tmp/portage/net-wireless/bluez-utils-2.25-r1/work/bluez-utils-2.25/tools/hciattach.c (+1 lines)
Lines 40-45 Link Here
40
#include <sys/time.h>
40
#include <sys/time.h>
41
#include <sys/ioctl.h>
41
#include <sys/ioctl.h>
42
#include <sys/socket.h>
42
#include <sys/socket.h>
43
#include <linux/limits.h>
43
44
44
#include <bluetooth/bluetooth.h>
45
#include <bluetooth/bluetooth.h>
45
#include <bluetooth/hci.h>
46
#include <bluetooth/hci.h>
(-)/var/tmp/portage/net-wireless/bluez-utils-2.25-r1/work/bluez-utils-2.25/tools/hciconfig.c (+1 lines)
Lines 36-41 Link Here
36
#include <getopt.h>
36
#include <getopt.h>
37
#include <sys/ioctl.h>
37
#include <sys/ioctl.h>
38
#include <sys/socket.h>
38
#include <sys/socket.h>
39
#include <linux/limits.h>
39
40
40
#include <bluetooth/bluetooth.h>
41
#include <bluetooth/bluetooth.h>
41
#include <bluetooth/hci.h>
42
#include <bluetooth/hci.h>

Return to bug 259811