diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2006-06-27 07:33:36 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2006-06-27 07:33:36 +0000 |
commit | 943b02e163e169795a010c36a3b3343cc5092a96 (patch) | |
tree | 274ef084019ed41dfe7c554989a27015b620c903 /dund | |
parent | 19fb70a42ac27051f8fe1adc2502943dd56c5f0d (diff) |
Include sys/param.h for PATH_MAX when cross-compiling
Diffstat (limited to 'dund')
-rw-r--r-- | dund/dun.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |