fix building on modern Fedora 9 caused by IOV_MAX
Igor Sysoev
14 years ago
46 | 46 |
|
47 | 47 |
#include <time.h> /* tzset() */
|
48 | 48 |
#include <malloc.h> /* memalign() */
|
|
49 |
#include <limits.h> /* IOV_MAX */
|
49 | 50 |
#include <sys/ioctl.h>
|
50 | 51 |
#include <sys/sysctl.h>
|
51 | 52 |
#include <crypt.h>
|