Include sys/param.h for PATH_MAX when cross-compiling

This commit is contained in:
Marcel Holtmann 2006-06-27 07:33:36 +00:00
parent 19fb70a42a
commit 943b02e163
10 changed files with 10 additions and 0 deletions

View File

@ -39,6 +39,7 @@
#include <sys/stat.h>
#include <sys/poll.h>
#include <sys/wait.h>
#include <sys/param.h>
#include <sys/ioctl.h>
#include <sys/socket.h>

View File

@ -29,6 +29,7 @@
#include <errno.h>
#include <unistd.h>
#include <ctype.h>
#include <sys/param.h>
#include <sys/socket.h>
#include <bluetooth/bluetooth.h>

View File

@ -32,6 +32,7 @@
#include <fcntl.h>
#include <sys/types.h>
#include <sys/param.h>
#include <sys/socket.h>
#include <bluetooth/bluetooth.h>

View File

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

View File

@ -32,6 +32,7 @@
#include <string.h>
#include <sys/time.h>
#include <sys/stat.h>
#include <sys/param.h>
#include <sys/socket.h>
#include <bluetooth/bluetooth.h>

View File

@ -38,6 +38,7 @@
#include <signal.h>
#include <time.h>
#include <sys/time.h>
#include <sys/param.h>
#include <sys/ioctl.h>
#include <sys/socket.h>

View File

@ -33,6 +33,7 @@
#include <malloc.h>
#include <string.h>
#include <sys/stat.h>
#include <sys/param.h>
#include <sys/socket.h>
#include <bluetooth/bluetooth.h>

View File

@ -39,6 +39,7 @@
#include <time.h>
#include <sys/time.h>
#include <sys/poll.h>
#include <sys/param.h>
#include <sys/ioctl.h>
#include <sys/socket.h>

View File

@ -33,6 +33,7 @@
#include <stdint.h>
#include <string.h>
#include <dirent.h>
#include <sys/param.h>
static int debug = 0;

View File

@ -34,6 +34,7 @@
#include <stdlib.h>
#include <string.h>
#include <getopt.h>
#include <sys/param.h>
#include <sys/ioctl.h>
#include <sys/socket.h>