Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 259218 | Differences between
and this patch

Collapse All | Expand All

(-)bluez-utils-2.25/hidd/sdp.c (+1 lines)
Lines 32-37 Link Here
32
#include <stdlib.h>
32
#include <stdlib.h>
33
#include <malloc.h>
33
#include <malloc.h>
34
#include <string.h>
34
#include <string.h>
35
#include <limits.h>
35
#include <sys/stat.h>
36
#include <sys/stat.h>
36
#include <sys/socket.h>
37
#include <sys/socket.h>
37
38
(-)bluez-utils-2.25/sdpd/request.c (+1 lines)
Lines 32-37 Link Here
32
#include <errno.h>
32
#include <errno.h>
33
#include <malloc.h>
33
#include <malloc.h>
34
#include <syslog.h>
34
#include <syslog.h>
35
#include <limits.h>
35
#include <sys/socket.h>
36
#include <sys/socket.h>
36
37
37
#include <bluetooth/bluetooth.h>
38
#include <bluetooth/bluetooth.h>
(-)bluez-utils-2.25/tools/hciattach.c (+1 lines)
Lines 37-42 Link Here
37
#include <syslog.h>
37
#include <syslog.h>
38
#include <termios.h>
38
#include <termios.h>
39
#include <time.h>
39
#include <time.h>
40
#include <limits.h>
40
#include <sys/time.h>
41
#include <sys/time.h>
41
#include <sys/ioctl.h>
42
#include <sys/ioctl.h>
42
#include <sys/socket.h>
43
#include <sys/socket.h>
(-)bluez-utils-2.25/tools/hciconfig.c (+1 lines)
Lines 33-38 Link Here
33
#include <unistd.h>
33
#include <unistd.h>
34
#include <stdlib.h>
34
#include <stdlib.h>
35
#include <string.h>
35
#include <string.h>
36
#include <limits.h>
36
#include <getopt.h>
37
#include <getopt.h>
37
#include <sys/ioctl.h>
38
#include <sys/ioctl.h>
38
#include <sys/socket.h>
39
#include <sys/socket.h>

Return to bug 259218