1
1
This commit was SVN r18366.
Этот коммит содержится в:
Brad Penoff 2008-05-03 23:07:45 +00:00
родитель a3bf503e01
Коммит 4f104ba5d1

Просмотреть файл

@ -52,6 +52,15 @@
#ifdef HAVE_UTIL_H
#include <util.h>
#endif
#ifdef HAVE_SYS_IOCTL_H
#include <sys/ioctl.h>
#endif
#ifdef HAVE_LIBUTIL_H
#include <libutil.h>
#endif
#ifdef HAVE_TERMIOS_H
#include <termios.h>
#endif
/* Some platforms apparently define the udata field of struct kevent as
* intptr_t, whereas others define it as void*. There doesn't seem to be an