Fix issues with missing include for PATH_MAX

This commit is contained in:
Marcel Holtmann 2008-05-20 21:54:12 +00:00
parent 94e81f5551
commit 30751fe0c0
7 changed files with 7 additions and 0 deletions

View File

@ -30,6 +30,7 @@
#include <errno.h>
#include <unistd.h>
#include <sys/stat.h>
#include <sys/param.h>
#include <netinet/in.h>
#include <bluetooth/bluetooth.h>

View File

@ -30,6 +30,7 @@
#include <stdio.h>
#include <errno.h>
#include <stdlib.h>
#include <sys/param.h>
#include <sys/socket.h>
#include <sys/ioctl.h>

View File

@ -29,6 +29,7 @@
#include <stdio.h>
#include <errno.h>
#include <stdlib.h>
#include <sys/param.h>
#include <bluetooth/bluetooth.h>
#include <bluetooth/l2cap.h>

View File

@ -29,6 +29,7 @@
#include <errno.h>
#include <unistd.h>
#include <stdlib.h>
#include <sys/param.h>
#include <sys/ioctl.h>
#include <sys/socket.h>
#include <sys/stat.h>

View File

@ -29,6 +29,7 @@
#include <errno.h>
#include <unistd.h>
#include <sys/stat.h>
#include <sys/param.h>
#include <netinet/in.h>
#include <bluetooth/bluetooth.h>

View File

@ -30,6 +30,7 @@
#include <stdlib.h>
#include <errno.h>
#include <sys/stat.h>
#include <sys/param.h>
#include <net/if.h>
#include <bluetooth/bluetooth.h>

View File

@ -35,6 +35,7 @@
#include <termios.h>
#include <unistd.h>
#include <arpa/inet.h>
#include <sys/param.h>
#include <sys/ioctl.h>
#include <sys/stat.h>
#include <sys/types.h>